build(deps): update arm64v8/alpine docker tag to v3.13.4 (#1878)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-01 17:02:15 +11:00 committed by GitHub
parent 702d071c9a
commit 2275fe0a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC=aarch64-linux-musl-gcc go build -tags n
# =================================== # ===================================
# ===== Authelia official image ===== # ===== Authelia official image =====
# =================================== # ===================================
FROM arm64v8/alpine:3.13.3 FROM arm64v8/alpine:3.13.4
WORKDIR /app WORKDIR /app