File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Keep updated
6
6
# https://github.com/quarkusio/quarkus-quickstarts/blob/master/getting-started/src/main/docker/Dockerfile.jvm
7
7
###
8
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
8
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
9
9
10
10
ARG JAVA_PACKAGE=java-11-openjdk-headless
11
11
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN mvn -f /usr/src/app/pom.xml -B de.qaware.maven:go-offline-maven-plugin:1.2.8
17
17
RUN mvn -f /usr/src/app/pom.xml clean package -Pnative
18
18
19
19
## Stage 2 : create the docker final image
20
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
20
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
21
21
WORKDIR /work/
22
22
23
23
COPY --from=build /usr/src/app/api/target/*-runner /work/
Original file line number Diff line number Diff line change 5
5
# Keep updated
6
6
# https://github.com/quarkusio/quarkus-quickstarts/blob/master/getting-started/src/main/docker/Dockerfile.native
7
7
###
8
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
8
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
9
9
WORKDIR /work/
10
10
RUN chown 1001 /work \
11
11
&& chmod "g+rwX" /work \
You can’t perform that action at this time.
0 commit comments