diff --git a/Dockerfile b/Dockerfile index 7feac549..6f0429b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /bin/exporters . EXPOSE 8090 -FROM registry.access.redhat.com/ubi9-micro@sha256:7f376b75faf8ea546f28f8529c37d24adcde33dca4103f4897ae19a43d58192b +FROM registry.access.redhat.com/ubi9-micro@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc COPY --from=builder /bin/exporters /bin/exporters