build(deps): update alpine docker tag to v3.14.0 (#2084)

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

View File

@ -23,7 +23,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -tags netgo -ldflags '-s -w -link
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.13.5
FROM alpine:3.14.0
WORKDIR /app

View File

@ -38,7 +38,7 @@ go test -c --tags coverage -covermode=atomic -o authelia -coverpkg github.com/au
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.13.5
FROM alpine:3.14.0
RUN apk --no-cache add ca-certificates tzdata

View File

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

View File

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