From 2f2ec6abe611b4469ebb6ddc0b8dedd4c113d17f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:57:51 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24.1 --- Dockerfile_WithGit | 2 +- Dockerfile_WithGit.enterprise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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