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 java/backoffice/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1763034981
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1764561982

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion java/backoffice/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1763034981
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1764561982

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion java/userrecommendation/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1763034981
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1764561982

ENV LANGUAGE='en_US:en'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1763034981
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1764561982

ENV LANGUAGE='en_US:en'

Expand Down