Skip to content

Commit

Permalink
build(deps): update dependency alpine to v3.16.2 (authelia#3820)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 10, 2022
1 parent a457900 commit c9f355b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.16.1
FROM alpine:3.16.2

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
FROM alpine:3.16.2

RUN apk --no-cache add ca-certificates tzdata

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
FROM alpine:3.16.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion internal/suites/example/compose/kind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.1
FROM alpine:3.16.2

WORKDIR /kind

Expand Down
2 changes: 1 addition & 1 deletion internal/suites/example/compose/samba/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.1
FROM alpine:3.16.2

RUN \
apk add --no-cache \
Expand Down

0 comments on commit c9f355b

Please sign in to comment.