Skip to content

Commit 238ed40

Browse files
Merge pull request #585 from cert-manager/base-image-bump-main
[CI] Bump base image to latest available version on main
2 parents d5c93d0 + c8688a0 commit 238ed40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/oci-build/00_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ base_image_static := quay.io/jetstack/base-static@sha256:a0fcf394ee936fae6dcce5d
1818

1919
# Use custom apko-built image as minimal base image to package the manager binary
2020
# To get latest SHA run "crane digest quay.io/jetstack/base-static-csi:latest"
21-
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:b95159b7f145b2eb2439263a66799b836dd701684d8ddd18ca4892b6e4f20d1d
21+
base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:cb7c785b03910ef4e74e838c1a0dbbd229de6b7880d8221cec40c182de75ee5c
2222

2323
# Utility functions
2424
fatal_if_undefined = $(if $(findstring undefined,$(origin $1)),$(error $1 is not set))

0 commit comments

Comments
 (0)