Skip to content

Commit

Permalink
Use other docker image compatible with other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Oct 27, 2023
1 parent c63e6df commit 76d9b99
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 @@ -4,7 +4,7 @@ COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN ./gradlew -Pprod --no-daemon clean bootJar

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

RUN mkdir /app
COPY --from=build /home/gradle/src/build/libs/*.jar /app/app.jar
Expand Down

0 comments on commit 76d9b99

Please sign in to comment.