Updates for alpine 3.11

This commit is contained in:
2019-12-20 16:32:20 -06:00
parent 3ecf43c664
commit 9d85d43ca6
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>