From f2d57b76a2b5ca91a1a430cd4e5af29639b92a53 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 11:20:24 +1000 Subject: [PATCH] [MISC] (deps): Bump alpine from 3.11.6 to 3.12.0 (#1070) Bumps alpine from 3.11.6 to 3.12.0. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fc01799..49e38d26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -tags netgo -ldflags '-w -linkmod # =================================== # ===== Authelia official image ===== # =================================== -FROM alpine:3.11.6 +FROM alpine:3.12.0 RUN apk --no-cache add ca-certificates tzdata