File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414#
1515# SPDX-License-Identifier: Apache-2.0
1616
17- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 @sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055 AS downloads
17+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227 @sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa AS downloads
1818
1919ARG TARGETOS
2020ARG TARGETARCH
@@ -29,7 +29,7 @@ RUN cd /opt && \
2929 mv cosign-$TARGETOS-$TARGETARCH cosign && \
3030 chmod +x cosign
3131
32- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 @sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
32+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227 @sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa
3333
3434ARG TARGETOS
3535ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN go list --mod=readonly -f '{{.Version}}' -m github.com/sigstore/cosign/v2 |
100100
101101## Downloads
102102
103- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 @sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055 AS download
103+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227 @sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa AS download
104104
105105ARG TARGETOS
106106ARG TARGETARCH
@@ -119,7 +119,7 @@ RUN COSIGN_VERSION=$(cat /download/cosign_version.txt) && \
119119
120120## Final image
121121
122- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 @sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
122+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227 @sha256:f182b500ff167918ca1010595311cf162464f3aa1cab755383d38be61b4d30aa
123123
124124ARG TARGETOS
125125ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments