Merge pull request #225 from SConaway/patch-3

Pin MC to latest 8-JRE
This commit is contained in:
Geoff Bourne 2018-07-05 20:37:48 -05:00 committed by GitHub
commit cce473c676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM openjdk:8u151-jre-alpine
FROM openjdk:8u171-jre-alpine
LABEL maintainer "itzg"