This commit is contained in:
mhsanaei
2025-08-17 12:27:21 +02:00
parent 27445b30e9
commit 16f53ce4c2
3 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /app
ARG TARGETARCH