Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quickstart-rest/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-21:1.23-4.1771813042
FROM registry.access.redhat.com/ubi8/openjdk-21:1.23-4.1776047425

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion quickstart-rest/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-21:1.23-4.1771813042
FROM registry.access.redhat.com/ubi8/openjdk-21:1.23-4.1776047425

ENV LANGUAGE='en_US:en'

Expand Down
Loading