Skip to content

Commit

Permalink
updated image version
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisKSaint committed Sep 10, 2024
1 parent d148287 commit 185e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 185e024

Please sign in to comment.