Skip to content

Commit

Permalink
[8.17][ironbank] Upgrade ubi to 9.5 (elastic#202064)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Nov 27, 2024
1 parent 60865a1 commit 5db0ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.4
ARG BASE_TAG=9.5

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: 'redhat/ubi/ubi9'
BASE_TAG: "9.4"
BASE_TAG: "9.5"
# Docker image labels
labels:
org.opencontainers.image.title: 'kibana'
Expand Down

0 comments on commit 5db0ac6

Please sign in to comment.