Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY pkg/ pkg/
# Build the controller.
RUN make build/git-cert-shim CGO_ENABLED=0

FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.22
FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce
LABEL source_repository="https://github.com/sapcc/git-cert-shim"

WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ secretGenerator:
images:
- name: git-cert-shim
newName: ghcr.io/sapcc/git-cert-shim
newTag: v2.2.1
newTag: v2.2.1@sha256:df140f950af3fe06a6e0c20c59bc6879b549bfb17661dd69e883aa52879fdcfd
Loading