Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag to v17.0.6_10-jre-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2023
1 parent 474741a commit d277cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acrarium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM eclipse-temurin:17.0.5_8-jre-alpine as builder
FROM eclipse-temurin:17.0.6_10-jre-alpine as builder
WORKDIR application
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} application.jar
RUN java -Djarmode=layertools -jar application.jar extract

FROM eclipse-temurin:17.0.5_8-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
WORKDIR application
COPY --from=builder application/dependencies/ ./
RUN true # https://github.com/moby/moby/issues/37965
Expand Down

0 comments on commit d277cd7

Please sign in to comment.