From a5b2e042a9d1a429dbf24fdb973dd7c6ec8642b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 18:46:05 +0200 Subject: [PATCH] Bump frolvlad/alpine-glibc from alpine-3.11 to alpine-3.12 in /0.15 (#332) Bumps frolvlad/alpine-glibc from alpine-3.11 to alpine-3.12. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 0.15/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.15/Dockerfile b/0.15/Dockerfile index 0a3b2b2..582ed78 100644 --- a/0.15/Dockerfile +++ b/0.15/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-glibc:alpine-3.11 +FROM frolvlad/alpine-glibc:alpine-3.12 LABEL maintainer="https://github.com/factoriotools/factorio-docker"