Skip to content

Commit

Permalink
Clarify image size
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 9, 2024
1 parent 339e9be commit 758f1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /usr/src/myapp/
RUN ./mvnw package

###############################################################################
# Stage 2 (to create a downsized "container executable", ~131MB) #
# Stage 2 (to create a downsized "container executable", ~157MB) #
###############################################################################
FROM alpine:latest
ENV JAVA_HOME=/jre
Expand Down

0 comments on commit 758f1af

Please sign in to comment.