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

View File

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