From dffc09f0ff7928a78df47aa6900875178535ffaf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:20:56 +0200 Subject: [PATCH] Bump frolvlad/alpine-glibc from alpine-3.12 to alpine-3.13 in /0.17 (#360) Bumps frolvlad/alpine-glibc from alpine-3.12 to alpine-3.13. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 0.17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.17/Dockerfile b/0.17/Dockerfile index 0697485..03935e4 100644 --- a/0.17/Dockerfile +++ b/0.17/Dockerfile @@ -1,4 +1,4 @@ -FROM frolvlad/alpine-glibc:alpine-3.12 +FROM frolvlad/alpine-glibc:alpine-3.13 LABEL maintainer="https://github.com/factoriotools/factorio-docker"