Skip to content

Commit

Permalink
fix java base 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 e9c4317 commit 83f0284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/backend2/Dockerfile
Expand Up @@ -5,8 +5,7 @@ WORKDIR /usr/src/app
COPY . .
RUN gradle bootJar

FROM eclipse-temurin:17-alpine

FROM eclipse-temurin:17-jre-alpine
WORKDIR /usr/src/app

COPY --from=builder /usr/src/app/ .
Expand Down

0 comments on commit 83f0284

Please sign in to comment.