diff --git a/Dockerfile b/Dockerfile index a17f932..0e6c5ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY pkg/notifier/ pkg/notifier/ # by leaving it empty we can ensure that the container and binary shipped on it will have the same platform. RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298 COPY LICENSE /licenses COPY --from=builder /opt/app-root/src/manager /