Skip to content

Commit

Permalink
Update IronBank docker image base to ubi:9.3 (elastic#102721)
Browse files Browse the repository at this point in the history
# Conflicts:
#	distribution/docker/src/docker/Dockerfile
  • Loading branch information
jbudz authored and mark-vieira committed Dec 6, 2023
1 parent 253f1f4 commit 54672fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.2
ARG BASE_TAG=9.3
FROM ${base_image} AS builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.2"
BASE_TAG: "9.3"

# Docker image labels
labels:
Expand Down

0 comments on commit 54672fd

Please sign in to comment.