Skip to content

Commit

Permalink
Smaller java image
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Oct 24, 2023
1 parent 9a08872 commit a6d84b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend2/Dockerfile
Expand Up @@ -5,7 +5,7 @@ WORKDIR /usr/src/app
COPY . .
RUN gradle bootJar

FROM eclipse-temurin:17-jre
FROM eclipse-temurin:17-jre-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit a6d84b3

Please sign in to comment.