[MISC] Update to alpine 3.11.6 (#917)

* update to alpine 3.11.6

Signed-off-by: Daniel Sutton <daniel@ducksecops.uk>
pull/915/head^2
Daniel Sutton 2020-04-25 21:56:32 +01:00 committed by GitHub
parent 4e7d645084
commit ca4a890fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM alpine:3.11.3
FROM alpine:3.11.6
WORKDIR /kind