diff --git a/Dockerfile_WithGit b/Dockerfile_WithGit index b8418be3..8184f265 100644 --- a/Dockerfile_WithGit +++ b/Dockerfile_WithGit @@ -25,7 +25,7 @@ COPY internal/ internal/ RUN CGO_ENABLED=0 GOOS=$BUILDOS GOARCH=$TARGETARCH go build -a -o manager cmd/main.go # This is needed to support kustomization that points to a oci/git repo that utilizes remote kustomization references. -FROM alpine:3.23.5 +FROM alpine:3.24.1 ARG GIT_VERSION=unknown diff --git a/Dockerfile_WithGit.enterprise b/Dockerfile_WithGit.enterprise index 333cb904..85f68361 100644 --- a/Dockerfile_WithGit.enterprise +++ b/Dockerfile_WithGit.enterprise @@ -31,7 +31,7 @@ COPY internal/ internal/ RUN CGO_ENABLED=0 GOOS=$BUILDOS GOARCH=$TARGETARCH go build -tags enterprise -a -o manager cmd/main.go # This is needed to support kustomization that points to a oci/git repo that utilizes remote kustomization references. -FROM alpine:3.23.5 +FROM alpine:3.24.1 ARG GIT_VERSION=unknown