Skip to content

Commit

Permalink
Update red hat base images for docker, due to Snyk notification (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax authored May 29, 2024
1 parent 84dc525 commit 97b302d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile-profiling.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# based on less minimal UBI8 OpenJDK 17 image
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.17
FROM registry.access.redhat.com/ubi8/openjdk-17:1.19

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion 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-17-runtime:1.17
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.19

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8181:8181 quarkus/sgv2-jsonapi
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit 97b302d

Please sign in to comment.