chore(deps): update golang docker tag to v1.25.4

This commit is contained in:
2025-11-05 22:03:42 +00:00
parent 5f4f2e4c25
commit 432fc70f6a
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Builder # Stage 1: Builder
FROM golang:1.25.3-alpine AS builder FROM golang:1.25.4-alpine AS builder
WORKDIR /app WORKDIR /app