Skip to content

Commit 50fcad6

Browse files
authored
Merge pull request #176 from saurabhpro/renovate/registry.access.redhat.com-ubi8-ubi-minimal-8.x
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-896
2 parents a7e6367 + 6381775 commit 50fcad6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CompareFrameworks/code-with-quarkus/src/main/docker/Dockerfile.fast-jar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-fast-jar
2222
#
2323
###
24-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896
2525

2626
ARG JAVA_PACKAGE=java-11-openjdk-headless
2727
ARG RUN_JAVA_VERSION=1.3.8

CompareFrameworks/code-with-quarkus/src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
2222
#
2323
###
24-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896
2525

2626
ARG JAVA_PACKAGE=java-11-openjdk-headless
2727
ARG RUN_JAVA_VERSION=1.3.8

CompareFrameworks/code-with-quarkus/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733
17+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

0 commit comments

Comments
 (0)