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 14
14
# docker run -i --rm -p 8080:8080 quarkus/server-sent-events-sample-jvm
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
18
18
19
19
ARG JAVA_PACKAGE=java-1.8.0-openjdk-headless
20
20
ARG RUN_JAVA_VERSION=1.3.5
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/server-sent-events-sample
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1295
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
18
18
WORKDIR /work/
19
19
COPY target/*-runner /work/application
20
20
RUN chmod 775 /work /work/application
You can’t perform that action at this time.
0 commit comments