diff --git a/Dockerfile b/Dockerfile index ff0a46c15..df23e2a39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go # Extract the commit reference from which the image is built RUN git rev-parse --short HEAD > /commit-reference.txt -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00 # Copy the commit reference from the builder COPY --from=builder /commit-reference.txt /commit-reference.txt diff --git a/Dockerfile.rhtap b/Dockerfile.rhtap index 73b1c503c..4e1c22291 100644 --- a/Dockerfile.rhtap +++ b/Dockerfile.rhtap @@ -6,7 +6,7 @@ COPY . . # Build RUN CGO_ENABLED=1 go build -a -o manager main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00 ARG version=2.11