build(deps): update arm64v8/alpine docker tag to v3.14.2 (#2327)

pull/2328/head
renovate[bot] 2021-08-28 10:53:42 +10:00 committed by GitHub
parent 11c1bc8c30
commit 1b5bbb7e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -tags netgo \
# ===================================
# ===== Authelia official image =====
# ===================================
FROM arm64v8/alpine:3.14.1
FROM arm64v8/alpine:3.14.2
WORKDIR /app