build(deps): update alpine docker tag to v3.14.2 (#2325)

pull/2326/head
renovate[bot] 2021-08-28 09:13:07 +10:00 committed by GitHub
parent b316844fec
commit d2bf1eb4e2
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.1
FROM alpine:3.14.2
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.1
FROM alpine:3.14.2
RUN apk --no-cache add ca-certificates tzdata

View File

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

View File

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