build(deps): update arm64v8/alpine docker tag to v3.14.0 (#2085)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2086/head
renovate[bot] 2021-06-16 10:13:37 +10:00 committed by GitHub
parent 923f7c7aec
commit d0921efa28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC=aarch64-linux-musl-gcc CGO_LDFLAGS=-fus
# ===================================
# ===== Authelia official image =====
# ===================================
FROM arm64v8/alpine:3.13.5
FROM arm64v8/alpine:3.14.0
WORKDIR /app