We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b5947 commit bf342a9Copy full SHA for bf342a9
server-sent-events-sample/src/main/docker/Dockerfile.jvm
@@ -14,7 +14,7 @@
14
# docker run -i --rm -p 8080:8080 quarkus/server-sent-events-sample-jvm
15
#
16
###
17
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1216
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1255
18
19
ARG JAVA_PACKAGE=java-1.8.0-openjdk-headless
20
ARG RUN_JAVA_VERSION=1.3.5
server-sent-events-sample/src/main/docker/Dockerfile.native
# docker run -i --rm -p 8080:8080 quarkus/server-sent-events-sample
WORKDIR /work/
COPY target/*-runner /work/application
RUN chmod 775 /work /work/application
0 commit comments