diff --git a/Dockerfile.fulcio-server.rh b/Dockerfile.fulcio-server.rh index d4c00cc24..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-1778054913@sha256:b282d5a2abe049e78053c5c629c321c75d0e0faa181edcfb24aa6699b2429868 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:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23 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."