Skip to content

Commit

Permalink
Update amazoncorretto Docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 6327d35 commit d12252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY src /usr/src/app/src
COPY pom.xml /usr/src/app
RUN mvn -f /usr/src/app/pom.xml clean package

FROM amazoncorretto:17-alpine3.16-full
FROM amazoncorretto:21-alpine3.16-full
ARG JAR_FILE=/usr/src/app/target/*.jar
COPY --from=build ${JAR_FILE} /usr/app/Ree6-Webinterface.jar
EXPOSE 8888/tcp
Expand Down

0 comments on commit d12252f

Please sign in to comment.