Skip to content

Commit

Permalink
upgrade jre to 8.181.13-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
fit2cloudrd authored Oct 28, 2018
1 parent 7aa6e50 commit 3a0edec
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 @@ -15,7 +15,7 @@ ENV JAVA_APP_DIR=/deployments \
# according to http://www.2uo.de/myths-about-urandom/
RUN apk add --update \
curl \
openjdk8-jre-base=8.171.11-r0 \
openjdk8-jre-base=8.181.13-r0 \
&& rm /var/cache/apk/* \
&& echo "securerandom.source=file:/dev/urandom" >> /usr/lib/jvm/default-jvm/jre/lib/security/java.security

Expand Down

0 comments on commit 3a0edec

Please sign in to comment.