Skip to content

Commit

Permalink
Merge pull request #231 from sergeyt/renovate/openjdk-11.x
Browse files Browse the repository at this point in the history
Update openjdk Docker tag to v11.0.11
  • Loading branch information
sergeyt authored Jun 21, 2021
2 parents 8a42e9f + bfa503d commit ce25bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fparse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle build --no-daemon --stacktrace -x test

FROM openjdk:11.0.8-jdk-slim
FROM openjdk:11.0.11-jdk-slim
RUN mkdir -p /app
COPY --from=build /home/gradle/src/build/libs/*.jar /app/app.jar
WORKDIR /app
Expand Down

0 comments on commit ce25bc5

Please sign in to comment.