From 49b3ea7c2ef50a1e014c2264f1450228b9b52675 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 13:05:07 +1000 Subject: [PATCH] [MISC] (deps): Bump arm32v7/alpine from 3.11.6 to 3.12.0 (#1069) Bumps arm32v7/alpine from 3.11.6 to 3.12.0. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh --- Dockerfile.arm32v7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 3cae9b16..3cdaaf56 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -50,7 +50,7 @@ GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-musleabihf-gcc go build -tags n # =================================== # ===== Authelia official image ===== # =================================== -FROM arm32v7/alpine:3.11.6 +FROM arm32v7/alpine:3.12.0 COPY ./qemu-arm-static /usr/bin/qemu-arm-static