Skip to content

Commit

Permalink
Merge pull request #1209 from chandrams/ubi8.10
Browse files Browse the repository at this point in the history
Updated ubi-minimal version to 8.10
  • Loading branch information
dinogun authored Jun 18, 2024
2 parents 1167215 + d44457c commit 78f2246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.autotune
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
##########################################################
# Build Docker Image
##########################################################
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 as mvnbuild-jdk17
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as mvnbuild-jdk17
ARG USER=autotune
ARG AUTOTUNE_HOME=/home/$USER

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN jlink --strip-debug --compress 2 --no-header-files --no-man-pages --module-p
# Runtime Docker Image
##########################################################
# Use ubi-minimal as the base image
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10

ARG AUTOTUNE_VERSION
ARG USER=autotune
Expand Down

0 comments on commit 78f2246

Please sign in to comment.