This commit is contained in:
mhsanaei 2025-08-17 12:27:21 +02:00
parent 27445b30e9
commit 16f53ce4c2
No known key found for this signature in database
GPG key ID: D875CD086CF668A0
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