Skip to content

Commit 35975d0

Browse files
Update registry.access.redhat.com/ubi8/openjdk-17-runtime Docker tag to v1.21-1.1736337940
Signed-off-by: konflux-staging <126015336+konflux-staging[bot]@users.noreply.github.com>
1 parent 1ae365e commit 35975d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus-
3939
mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \
4040
fi
4141

42-
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15-1.1682053056
42+
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.21-1.1736337940
4343
# Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size.
4444
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
4545
# We make four distinct layers so if there are application changes the library layers can be re-used

0 commit comments

Comments
 (0)