From 702d071c9a4880eb5e922f4664916374e5029d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 16:22:39 +1100 Subject: [PATCH] build(deps): update arm32v7/alpine docker tag to v3.13.4 (#1879) Co-authored-by: Renovate Bot --- Dockerfile.arm32v7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index e9f9e30cd..77a34a3a0 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -37,7 +37,7 @@ GOOS=linux GOARCH=arm CGO_ENABLED=1 CC=arm-linux-musleabihf-gcc go build -tags n # =================================== # ===== Authelia official image ===== # =================================== -FROM arm32v7/alpine:3.13.3 +FROM arm32v7/alpine:3.13.4 WORKDIR /app