File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN mvn package -DskipTests
28
28
29
29
# Use Eclipse Temurin for base image.
30
30
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
31
- FROM eclipse-temurin:17-jre-alpine
31
+ FROM eclipse-temurin:17.0.8_7 -jre-alpine
32
32
33
33
# Copy the jar to the production image from the builder stage.
34
34
COPY --from=builder /app/target/audit-storage-*.jar /audit-storage.jar
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN mvn package -DskipTests
28
28
29
29
# Use Eclipse Temurin for base image.
30
30
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
31
- FROM eclipse-temurin:17-jre-alpine
31
+ FROM eclipse-temurin:17.0.8_7 -jre-alpine
32
32
33
33
# Copy the jar to the production image from the builder stage.
34
34
COPY --from=builder /app/target/events-pubsub-*.jar /events-pubsub.jar
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN mvn package -DskipTests
28
28
29
29
# Use Eclipse Temurin for base image.
30
30
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
31
- FROM eclipse-temurin:17-jre-alpine
31
+ FROM eclipse-temurin:17.0.8_7 -jre-alpine
32
32
33
33
# Copy the jar to the production image from the builder stage.
34
34
COPY --from=builder /app/target/helloworld-*.jar /helloworld.jar
Original file line number Diff line number Diff line change 18
18
# It's important to use JDK 8u191 or above that has container support enabled.
19
19
# https://hub.docker.com/_/eclipse-temurin/
20
20
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
21
- FROM eclipse-temurin:17.0.7_7 -jre
21
+ FROM eclipse-temurin:17.0.8_7 -jre
22
22
23
23
# Install Imagemagick into the container image.
24
24
# For more on system packages review the system packages tutorial.
Original file line number Diff line number Diff line change 16
16
# [START run_system_package_dockerfile]
17
17
# Use the Official eclipse-temurin image for a lean production stage of our multi-stage build.
18
18
# https://hub.docker.com/_/eclipse-temurin/
19
- FROM eclipse-temurin:17.0.7_7 -jre
19
+ FROM eclipse-temurin:17.0.8_7 -jre
20
20
21
21
RUN apt-get update -y && apt-get install -y \
22
22
graphviz \
You can’t perform that action at this time.
0 commit comments