This commit is contained in:
Alireza Ahmadi
2025-08-21 13:05:33 +02:00
parent ffbab9682a
commit f3bfe9bb9a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS backend-builder
FROM golang:1.25-alpine AS backend-builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_ENABLED=1