Skip to content

Commit eebc04d

Browse files
chore(deps): update registry.redhat.io/ubi9/openjdk-21 docker tag to v1.21 (#385)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b36cd87 commit eebc04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# accessed directly. (example: "foo.example.com,bar.example.com")
7676
#
7777
###
78-
FROM registry.redhat.io/ubi9/openjdk-21:1.20
78+
FROM registry.redhat.io/ubi9/openjdk-21:1.21
7979

8080
ENV LANGUAGE='en_US:en'
8181

src/main/docker/Dockerfile.jvm.staged

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# docker run -i --rm -p 8080:8080 -p 9000:9000 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
1818
#
1919
###
20-
FROM registry.redhat.io/ubi9/openjdk-21:1.20
20+
FROM registry.redhat.io/ubi9/openjdk-21:1.21
2121

2222
USER root
2323
WORKDIR /build

0 commit comments

Comments
 (0)