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

This commit is contained in:
2025-09-19 14:05:25 +00:00
parent d6b3482268
commit 408ab3aacf
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM golang:1.24.6-alpine AS builder
FROM golang:1.25.1-alpine AS builder
WORKDIR /app