Update alpine to 3.11.3

pull/574/head
Amir Zarrinkafsh 2020-01-22 10:19:03 +11:00
parent 2acf8bf21c
commit 9a685fefad
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ RUN yarn install --frozen-lockfile && yarn build
# ===================================
# ===== Authelia official image =====
# ===================================
FROM alpine:3.11.2
FROM alpine:3.11.3
RUN apk --no-cache add ca-certificates tzdata

View File

@ -44,7 +44,7 @@ RUN yarn install --frozen-lockfile && yarn build
# ===================================
# ===== Authelia official image =====
# ===================================
FROM arm32v7/alpine:3.11.2
FROM arm32v7/alpine:3.11.3
COPY ./qemu-arm-static /usr/bin/qemu-arm-static

View File

@ -44,7 +44,7 @@ RUN yarn install --frozen-lockfile && yarn build
# ===================================
# ===== Authelia official image =====
# ===================================
FROM arm64v8/alpine:3.11.2
FROM arm64v8/alpine:3.11.3
COPY ./qemu-aarch64-static /usr/bin/qemu-aarch64-static

View File

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