Skip to content
Draft
Changes from all 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 docker/Dockerfile.ubi.amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG RH_UBI_TYPE="minimal" \
RHEL_BASE_IMAGE_VER="latest" \
RHEL_MAJOR_VERSION="9"
RHEL_MAJOR_VERSION="10"
FROM registry.access.redhat.com/ubi${RHEL_MAJOR_VERSION}-${RH_UBI_TYPE}:${RHEL_BASE_IMAGE_VER}

LABEL description="The vault manages secrets used by applications deployed to edge nodes." \
Expand Down