build(deps): update alpine docker tag to v3.14.1 (#2262)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2263/head
renovate[bot] 2021-08-07 06:48:15 +10:00 committed by GitHub
parent 9ebad9bec2
commit cc1ecafc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -40,7 +40,7 @@ CGO_ENABLED=0 go test -c --tags coverage -covermode=atomic \
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.14.0
FROM alpine:3.14.1
RUN apk --no-cache add ca-certificates tzdata

View File

@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.1
WORKDIR /kind

View File

@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.1
RUN \
apk add --no-cache \