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.20 (#69)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent dca515e commit 6f6c814
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.19
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20

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.19
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20

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

Expand Down

0 comments on commit 6f6c814

Please sign in to comment.