Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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/ubi8/ubi-minimal:8.6 as release-ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:9.1.0 as release-ubi
Comment thread
david-yu marked this conversation as resolved.
Outdated

ARG BIN_NAME
ENV BIN_NAME=$BIN_NAME
Expand Down