Skip to content

Commit

Permalink
Pin openjdk Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 1, 2021
1 parent 966fe9a commit 930cf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM openjdk:8-jdk-alpine@sha256:94792824df2df33402f201713f932b58cb9de94a0cd524164a0f2283343547b3
COPY bin/coursier coursier
RUN apk add --no-cache git curl \
&& git config --global user.email "you@example.com" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM openjdk:8-jdk-alpine@sha256:94792824df2df33402f201713f932b58cb9de94a0cd524164a0f2283343547b3
COPY bin/coursier coursier
RUN apk add --no-cache git curl \
&& git config --global user.email "you@example.com" \
Expand Down

0 comments on commit 930cf82

Please sign in to comment.