build(deps): update alpine docker tag to v3.17.3 (#5148)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/5151/head
renovate[bot] 2023-03-30 11:45:55 +11:00 committed by GitHub
parent d0a75dd362
commit 789f084454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -46,7 +46,7 @@ RUN \
# =================================== # ===================================
# ===== Authelia official image ===== # ===== Authelia official image =====
# =================================== # ===================================
FROM alpine:3.17.2 FROM alpine:3.17.3
RUN apk --no-cache add ca-certificates tzdata RUN apk --no-cache add ca-certificates tzdata

View File

@ -43,7 +43,7 @@ RUN \
# =================================== # ===================================
# ===== Authelia official image ===== # ===== Authelia official image =====
# =================================== # ===================================
FROM alpine:3.17.2 FROM alpine:3.17.3
WORKDIR /app WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM alpine:3.17.2 FROM alpine:3.17.3
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \