This commit is contained in:
Jubblin 2025-06-04 12:30:46 +01:00 committed by GitHub
commit bcabfa1a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WORKDIR ${APP_FOLDER}
ARG TARGETPLATFORM
RUN CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' -o /bin/main ./cmd/nfs-subdir-external-provisioner
FROM --platform=$TARGETPLATFORM alpine:3.18
FROM --platform=$TARGETPLATFORM alpine:3.22
RUN apk update --no-cache && apk add ca-certificates
COPY --from=build-env /bin/main /app/main