Update Dockerfile

This commit is contained in:
Steven Conaway 2018-07-05 15:11:51 -07:00 committed by GitHub
parent eeacdc1e20
commit 5fb09f57e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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