diff --git a/Dockerfile b/Dockerfile index 135071a..53ee6f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi9/ubi9-minimal:9.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1725849298 LABEL name="solace/pubsubplus-eventbroker-operator" LABEL vendor="Solace Corporation"