build(deps): update arm64v8/alpine docker tag to v3.13.3 (#1855)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/1856/head
renovate[bot] 2021-03-26 13:54:11 +11:00 committed by GitHub
parent 2177c93aef
commit 77e21165c9
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=arm64 CGO_ENABLED=1 CC=aarch64-linux-musl-gcc go build -tags n
# ===================================
# ===== Authelia official image =====
# ===================================
FROM arm64v8/alpine:3.13.2
FROM arm64v8/alpine:3.13.3
WORKDIR /app