Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/openjdk-17-runtime Docker tag …
Browse files Browse the repository at this point in the history
…to v1.19
  • Loading branch information
renovate[bot] committed Feb 28, 2024
1 parent 4451008 commit ed4974d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-jvm
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.18
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-legacy-jar
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.18
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down

0 comments on commit ed4974d

Please sign in to comment.