[MISC] (deps): Bump alpine from 3.12.3 to 3.13.0 (#1612)
Bumps alpine from 3.12.3 to 3.13.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>pull/1613/head
parent
7e13d465e9
commit
d9be90e768
|
@ -38,7 +38,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -tags netgo -ldflags '-s -w -link
|
|||
# ===================================
|
||||
# ===== Authelia official image =====
|
||||
# ===================================
|
||||
FROM alpine:3.12.3
|
||||
FROM alpine:3.13.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ go test -c --tags coverage -covermode=atomic -o authelia -coverpkg github.com/au
|
|||
# ===================================
|
||||
# ===== Authelia official image =====
|
||||
# ===================================
|
||||
FROM alpine:3.12.3
|
||||
FROM alpine:3.13.0
|
||||
|
||||
RUN apk --no-cache add ca-certificates tzdata
|
||||
|
||||
|
|
Loading…
Reference in New Issue