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

This commit is contained in:
2025-10-07 21:03:26 +00:00
parent b433189f75
commit 5ec913ede6
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Builder # Stage 1: Builder
FROM golang:1.25.1-alpine AS builder FROM golang:1.25.2-alpine AS builder
WORKDIR /app WORKDIR /app