Skip to content

Commit

Permalink
🔨 Update Loki
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoluisi committed Nov 22, 2023
1 parent 4c9d360 commit 742f377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 742f377

Please sign in to comment.