From ab33e69fb1673d7591322cde387eb9ca24045149 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:41:15 +0200 Subject: [PATCH] Bump frolvlad/alpine-glibc from alpine-3.11 to alpine-3.12 in /0.18 (#328) 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.18/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.18/Dockerfile b/0.18/Dockerfile index fadd33e..ad9c0fc 100644 --- a/0.18/Dockerfile +++ b/0.18/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"