Skip to content

Commit 4bc1091

Browse files
authored
Merge branch 'main' into updatetoV1.6.6
Signed-off-by: Jason Power <japower@redhat.com>
2 parents 9bdaa45 + 3ab3df0 commit 4bc1091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.fulcio-server.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN go mod download && \
2626
go build -mod=readonly -o server main.go
2727

2828
# Multi-Stage production build
29-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc as deploy
29+
FROM registry.access.redhat.com/ubi9-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b as deploy
3030

3131
LABEL description="Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity, such as email address."
3232
LABEL io.k8s.description="Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity, such as email address."

0 commit comments

Comments
 (0)