build(deps): update dependency alpine to v3.15.2 (#3051)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/3056/head^2
renovate[bot] 2022-03-26 19:46:15 +11:00 committed by GitHub
parent 2aafce9b3f
commit 2d981f7916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# =================================== # ===================================
# ===== Authelia official image ===== # ===== Authelia official image =====
# =================================== # ===================================
FROM alpine:3.15.1 FROM alpine:3.15.2
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH

View File

@ -46,7 +46,7 @@ CGO_ENABLED=1 CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-strong" CGO_LD
# =================================== # ===================================
# ===== Authelia official image ===== # ===== Authelia official image =====
# =================================== # ===================================
FROM alpine:3.15.1 FROM alpine:3.15.2
RUN apk --no-cache add ca-certificates tzdata RUN apk --no-cache add ca-certificates tzdata

View File

@ -43,7 +43,7 @@ CGO_ENABLED=1 CGO_CPPFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-strong" CGO_LD
# =================================== # ===================================
# ===== Authelia official image ===== # ===== Authelia official image =====
# =================================== # ===================================
FROM alpine:3.15.1 FROM alpine:3.15.2
WORKDIR /app WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM alpine:3.15.1 FROM alpine:3.15.2
WORKDIR /kind WORKDIR /kind

View File

@ -1,4 +1,4 @@
FROM alpine:3.15.1 FROM alpine:3.15.2
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \