Skip to content

Commit efb84cb

Browse files
committed
updating base image
1 parent 12b7991 commit efb84cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM adoptopenjdk/openjdk15:alpine-slim as builder
1+
FROM adoptopenjdk:15-jdk as builder
22
ARG JAR_FILE=target/*.jar
33
COPY ${JAR_FILE} application.jar
44
RUN java -Djarmode=layertools -jar application.jar extract
55

66
FROM cockroachdb/cockroach:latest as cockroach
77

8-
FROM adoptopenjdk/openjdk15:alpine-slim
8+
FROM adoptopenjdk:15-jdk
99
COPY --from=builder dependencies/ ./
1010
COPY --from=builder snapshot-dependencies/ ./
1111
COPY --from=builder spring-boot-loader/ ./

0 commit comments

Comments
 (0)