Skip to content

Commit

Permalink
update ironbank image to ubi9/9.5 (#16825) (#16827)
Browse files Browse the repository at this point in the history
(cherry picked from commit dbb06c2)

Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
github-actions[bot] and kaisecheng authored Dec 19, 2024
1 parent 2264a55 commit 886a0c7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/templates/Dockerfile.erb
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ RUN go build
<%# Start image_flavor 'ironbank' %>
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.3
ARG BASE_TAG=9.5
ARG LOGSTASH_VERSION=<%= elastic_version %>
ARG GOLANG_VERSION=1.21.8

2 changes: 1 addition & 1 deletion docker/templates/hardening_manifest.yaml.erb
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.3"
BASE_TAG: "9.5"
LOGSTASH_VERSION: "<%= elastic_version %>"
GOLANG_VERSION: "1.21.8"

0 comments on commit 886a0c7

Please sign in to comment.