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

This commit is contained in:
2025-10-14 00:03:59 +00:00
parent 3ba8e81f70
commit 722445b323
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Builder # Stage 1: Builder
FROM golang:1.25.2-alpine AS builder FROM golang:1.25.3-alpine AS builder
WORKDIR /app WORKDIR /app