Skip to content
Merged
Show file tree
Hide file tree
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 images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

USER root

ARG OAUTH_LIB_VERSION=0.17.0
ARG OAUTH_LIB_VERSION=0.17.1
ARG NIMBUS_JOSE_JWT_VERSION=10.0.2
ARG JACKSON_ANNOTATION_VERSION=2.16.2
ARG JACKSON_DATABIND_VERSION=2.16.2
Expand Down
2 changes: 1 addition & 1 deletion images/base/build_base_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DOCKERFILE_BASE_DIR=$4
DOCKER_CMD=$5

CURRENT_TAG=${CURRENT_TAG:-"local"}
OAUTH_LIB_VERSION=${OAUTH_LIB_VERSION:-0.17.0}
OAUTH_LIB_VERSION=${OAUTH_LIB_VERSION:-0.17.1}

####
# BUILD BASE IMAGES
Expand Down