docker - update

This commit is contained in:
MHSanaei
2023-10-09 22:24:34 +03:30
parent 2a354819c7
commit c9a6e2be86
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_ENABLED=1