Skip to content

Commit

Permalink
update ironbank image to ubi9/9.5 (#16825)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng authored Dec 19, 2024
1 parent a6d6df0 commit dbb06c2
Show file tree
Hide file tree
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
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker/templates/hardening_manifest.yaml.erb
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.3"
BASE_TAG: "9.5"
LOGSTASH_VERSION: "<%= elastic_version %>"
GOLANG_VERSION: "1.21.8"

Expand Down

0 comments on commit dbb06c2

Please sign in to comment.