build(deps): update alpine docker tag to v3.17.0 (#4422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/4423/head
renovate[bot] 2022-11-23 00:58:19 +00:00 committed by GitHub
parent 1c39512928
commit 66807b5a8c
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 =====
# ===================================
FROM alpine:3.16.3
FROM alpine:3.17.0
ARG TARGETOS
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 =====
# ===================================
FROM alpine:3.16.3
FROM alpine:3.17.0
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 =====
# ===================================
FROM alpine:3.16.3
FROM alpine:3.17.0
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM alpine:3.16.3
FROM alpine:3.17.0
WORKDIR /kind

View File

@ -1,4 +1,4 @@
FROM alpine:3.16.3
FROM alpine:3.17.0
RUN \
apk add --no-cache \