Skip to content

Commit 119a4af

Browse files
chore(deps): update golang docker tag
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 236c13c commit 119a4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This version of Dockerfile is for building without external dependencies.
22
# 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
3+
FROM golang:1.24.1-alpine AS builder
44
ARG TARGETOS
55
ARG TARGETARCH
66
ENV CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH}

0 commit comments

Comments
 (0)