You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.fulcio-server.rh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
-
FROM registry.redhat.io/ubi9/go-toolset:9.7-1774618347@sha256:a05a1c82b3ce23864a831084ff21a907128f4707ca3f455ba99717c0c2c4d6c1 AS builder
16
+
FROM registry.redhat.io/ubi9/go-toolset:9.7-1776084839@sha256:6c6571d4d9daa5781ce1e550cab376e93e8bf4f7573b8888eed6abc9810d0ce3 AS builder
17
17
18
18
ENV GOEXPERIMENT=strictfipsruntime
19
19
ENV CGO_ENABLED=1
@@ -29,7 +29,7 @@ RUN go mod download && \
29
29
go build -mod=readonly -o server main.go
30
30
31
31
# Multi-Stage production build
32
-
FROM registry.access.redhat.com/ubi9-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c as deploy
32
+
FROM registry.access.redhat.com/ubi9-minimal@sha256:fe688da81a696387ca53a4c19231e99289591f990c904ef913c51b6e87d4e4df as deploy
33
33
34
34
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."
35
35
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