Skip to content

Commit

Permalink
chore(deps): update registry.redhat.io/ubi9/openjdk-21 docker tag to …
Browse files Browse the repository at this point in the history
…v1.21 (#385)

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Nov 29, 2024
1 parent b36cd87 commit eebc04d
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 @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.redhat.io/ubi9/openjdk-21:1.20
FROM registry.redhat.io/ubi9/openjdk-21:1.21

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm.staged
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# docker run -i --rm -p 8080:8080 -p 9000:9000 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
#
###
FROM registry.redhat.io/ubi9/openjdk-21:1.20
FROM registry.redhat.io/ubi9/openjdk-21:1.21

USER root
WORKDIR /build
Expand Down

0 comments on commit eebc04d

Please sign in to comment.