From ca4a890fb286b221667dbdef6a094bbc702137c9 Mon Sep 17 00:00:00 2001 From: Daniel Sutton Date: Sat, 25 Apr 2020 21:56:32 +0100 Subject: [PATCH] [MISC] Update to alpine 3.11.6 (#917) * update to alpine 3.11.6 Signed-off-by: Daniel Sutton --- Dockerfile | 2 +- Dockerfile.arm32v7 | 2 +- Dockerfile.arm64v8 | 2 +- Dockerfile.darwin | 2 +- internal/suites/example/compose/kind/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16d797f6..8d633258 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # =================================== # ===== Authelia official image ===== # =================================== -FROM alpine:3.11.3 +FROM alpine:3.11.6 RUN apk --no-cache add ca-certificates tzdata diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 8cccffd3..9ce401f0 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -44,7 +44,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # =================================== # ===== Authelia official image ===== # =================================== -FROM arm32v7/alpine:3.11.3 +FROM arm32v7/alpine:3.11.6 COPY ./qemu-arm-static /usr/bin/qemu-arm-static diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index fb40b2a5..4dd805bb 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -44,7 +44,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # =================================== # ===== Authelia official image ===== # =================================== -FROM arm64v8/alpine:3.11.3 +FROM arm64v8/alpine:3.11.6 COPY ./qemu-aarch64-static /usr/bin/qemu-aarch64-static diff --git a/Dockerfile.darwin b/Dockerfile.darwin index 17c3a8bb..ff7258a8 100644 --- a/Dockerfile.darwin +++ b/Dockerfile.darwin @@ -43,7 +43,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # =================================== # ===== Authelia official image ===== # =================================== -FROM alpine:3.11.3 +FROM alpine:3.11.6 RUN apk --no-cache add ca-certificates tzdata diff --git a/internal/suites/example/compose/kind/Dockerfile b/internal/suites/example/compose/kind/Dockerfile index d22b3256..42388e18 100644 --- a/internal/suites/example/compose/kind/Dockerfile +++ b/internal/suites/example/compose/kind/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11.3 +FROM alpine:3.11.6 WORKDIR /kind