We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c13c commit 119a4afCopy full SHA for 119a4af
Dockerfile.standalone
@@ -1,6 +1,6 @@
1
# This version of Dockerfile is for building without external dependencies.
2
# Build a multi-platform image e.g. `docker buildx build --push --platform linux/arm64,linux/amd64 --tag external-secrets:dev --file Dockerfile.standalone .`
3
-FROM golang:1.20.5-alpine AS builder
+FROM golang:1.24.1-alpine AS builder
4
ARG TARGETOS
5
ARG TARGETARCH
6
ENV CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH}
0 commit comments