diff --git a/Dockerfile b/Dockerfile index 9e882de..ac253d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o /workspace/manager main # NOTE: ubi-micro is not be FIPS compliant, if openssl is not installed #@follow_tag(registry.redhat.io/ubi9/ubi-micro:9.2) -FROM registry.access.redhat.com/ubi9/ubi-micro:9.2 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.2-15.1696515526 # Upstream sources # Downstream comment