Skip to content

Commit

Permalink
Update dependency openjdk to v11.0.15 (#314)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 26, 2022
1 parent 97cf36f commit cc25cb8
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 @@ -22,7 +22,7 @@ WORKDIR /home/gradle/src

RUN ./gradlew build --info

FROM openjdk:11.0.14-jre-slim
FROM openjdk:11.0.15-jre-slim

RUN mkdir -p /app/releases
RUN mkdir -p /app/configs
Expand Down

0 comments on commit cc25cb8

Please sign in to comment.