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 1cf7ccb commit e9c4317
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-alpine
FROM eclipse-temurin:17-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit e9c4317

Please sign in to comment.