[MISC] (deps): Bump alpine from 3.12.1 to 3.12.2 (#1532)

Bumps alpine from 3.12.1 to 3.12.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/1531/head^2
dependabot-preview[bot] 2020-12-14 07:50:55 +11:00 committed by GitHub
parent 6c930d88a8
commit ceee1f1bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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