This commit is contained in:
MHSanaei
2023-08-29 22:54:20 +03:30
parent 25430b7818
commit 4b4be5f837
5 changed files with 5 additions and 7 deletions

View File

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