Skip to content

Commit

Permalink
update ubi image to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Aug 29, 2024
1 parent 3d1bf04 commit 492ea12
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 @@ -127,7 +127,7 @@ ENTRYPOINT ["/usr/local/bin/dumb-init", "/usr/local/bin/consul-dataplane"]
# This image is based on the Red Hat UBI base image, and has the necessary
# labels, license file, and non-root user.
# -----------------------------------
FROM registry.access.redhat.com/ubi9-minimal:9.3 as release-ubi
FROM registry.access.redhat.com/ubi9-minimal:9.4 as release-ubi

ARG BIN_NAME=consul-dataplane
ENV BIN_NAME=$BIN_NAME
Expand Down

0 comments on commit 492ea12

Please sign in to comment.