[artifacts] Bump ironbank base image to ubi:8.7 (#146917)

This commit is contained in:
Jonathan Budzenski 2022-12-02 16:44:37 -06:00 committed by GitHub
parent c107f8a73a
commit 939698faf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.6
ARG BASE_TAG=8.7
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files