1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

build(deps): update arm32v7/alpine docker tag to v3.14.1 ()

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-07 07:22:53 +10:00 committed by GitHub
parent cc1ecafc1c
commit 257054ac09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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