build(deps): update arm32v7/alpine docker tag to v3.13.4 (#1879)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/1878/head
renovate[bot] 2021-04-01 16:22:39 +11:00 committed by GitHub
parent 771a0f362e
commit 702d071c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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