File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
server-sent-events-sample/src/main/docker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# docker run -i --rm -p 8080:8080 quarkus/server-sent-events-sample-jvm
1515#
1616###
17- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271
17+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1763613452
1818
1919ARG JAVA_PACKAGE=java-1.8.0-openjdk-headless
2020ARG RUN_JAVA_VERSION=1.3.5
Original file line number Diff line number Diff line change 1414# docker run -i --rm -p 8080:8080 quarkus/server-sent-events-sample
1515#
1616###
17- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1761032271
17+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1763613452
1818WORKDIR /work/
1919COPY target/*-runner /work/application
2020RUN chmod 775 /work /work/application
You can’t perform that action at this time.
0 commit comments