Skip to content

Commit

Permalink
fixup! chore(container): upgrade to UBI9
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 7, 2025
1 parent ad73a4c commit 0af6ea1
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 -p 5005:5005 -e JAVA_DEBUG="true" quarkus/cryostat-reports-jvm
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1725851019
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21-1.1733995527

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 -p 5005:5005 -e JAVA_DEBUG="true" quarkus/cryostat-reports-legacy-jar
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851019
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21-3.1733995526

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

Expand Down

0 comments on commit 0af6ea1

Please sign in to comment.