diff --git a/Dockerfile.fulcio-server.rh b/Dockerfile.fulcio-server.rh index f377c7944..ea6037bfb 100644 --- a/Dockerfile.fulcio-server.rh +++ b/Dockerfile.fulcio-server.rh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:a05a1c82b3ce23864a831084ff21a907128f4707ca3f455ba99717c0c2c4d6c1 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.7-1778171507@sha256:05be570f6d59b45a5b486c3fed4c2d28d0f4d2c12e0f71b932e27db22c6b3627 AS builder ENV GOEXPERIMENT=strictfipsruntime ENV CGO_ENABLED=1 @@ -29,7 +29,7 @@ RUN go mod download && \ go build -mod=readonly -o server main.go # Multi-Stage production build -FROM registry.access.redhat.com/ubi9-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c as deploy +FROM registry.access.redhat.com/ubi9-minimal@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 as deploy 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." 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."