Updates for alpine 3.11

This commit is contained in:
Hyatt 2019-12-20 16:32:20 -06:00
parent 3ecf43c664
commit 9d85d43ca6
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ def FactorioDownloadURL = "https://www.factorio.com/get-download/stable/headless
def FactorioFileName = "/tmp/factorio.tar"
def dockerFile = """
FROM alpine:3.10
FROM alpine:latest
MAINTAINER The_Spider <spider@smoothnet.org>

View File

@ -4,7 +4,7 @@ FROM alpine:latest
MAINTAINER The_Spider <spider@smoothnet.org>
RUN \\
apk add --no-cache openjdk11 curl && \\
apk add --no-cache openjdk8 curl && \\
addgroup -S -g 1000 minecraft && \\
adduser -S minecraft -G minecraft -h /minecraft -u 1000