Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile_WithGit
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_WithGit.enterprise
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down