diff --git a/Dockerfile b/Dockerfile index 95a0b2d..af2edfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ RUN mvn package -Dmaven.test.skip=true ################ Production ################ # Creates a minimal image for production using distroless base image # More info here: https://github.com/GoogleContainerTools/distroless -FROM builder as shipment -# FROM gcr.io/distroless/java:11 as production +# FROM builder as shipment +FROM gcr.io/distroless/java:11 as production WORKDIR /app COPY --from=builder /app/target/template-java.jar .