This commit is contained in:
2025-10-04 15:29:32 +08:00
parent 84b301e35a
commit 8c5c36fbdf

View File

@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.25-alpine AS builder
FROM golang:1.24.4-alpine AS builder
# Install build dependencies
RUN apk add --no-cache git