Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.rh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Build stage
FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:4f8854d73d754d4ddba3a74af9556fa12fe16c0e66d2162558bfc2bc7d465c93 AS build-env
FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:45ede9fcf8601bc396f90099e7328fb6c59b9df6bab28a7e21e2a5a910b56d5a AS build-env
WORKDIR /opt/app-root/src/
USER root
ENV GOEXPERIMENT=strictfipsruntime
Expand Down
Loading