diff --git a/kube-oidc-proxy/Makefile b/kube-oidc-proxy/Makefile index 96a8a04..1ed45fb 100644 --- a/kube-oidc-proxy/Makefile +++ b/kube-oidc-proxy/Makefile @@ -1,7 +1,7 @@ -BASE_IMAGE ?= gcr.io/distroless/static-debian12@sha256:0d6ada5faececed5cd3f99baa08e4109934f2371c0d81b3bff38924fe1deea05 +BASE_IMAGE ?= gcr.io/distroless/static-debian12@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea SOURCE_IMAGE_REPO ?= ghcr.io/tremolosecurity/kube-oidc-proxy -SOURCE_IMAGE_VERSION ?= 1.0.6 +SOURCE_IMAGE_VERSION ?= 1.0.7 SOURCE_IMAGE ?= $(SOURCE_IMAGE_REPO):$(SOURCE_IMAGE_VERSION) TARGET_IMAGE_REPO ?= ghcr.io/mesosphere/dkp-container-images/kube-oidc-proxy