Skip to content

Commit

Permalink
update docker file base image
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Aug 16, 2024
1 parent 8ada5f1 commit 6964290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aggregator/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.18
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20-2

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion kafka-scraper/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.18
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20-2

ENV LANGUAGE='en_US:en'

Expand Down

0 comments on commit 6964290

Please sign in to comment.