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.21 (#105)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 35bd9b3 commit d400a9e
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.20
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.21

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

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

Expand Down

0 comments on commit d400a9e

Please sign in to comment.