Update to Alpine linux 3.11.2

pull/531/head
Amir Zarrinkafsh 2020-01-02 16:36:20 +11:00
parent 7f7a3af60c
commit e8ea1d814c
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,7 +1,7 @@
# =================================== # ===================================
# ===== Authelia CI image ===== # ===== Authelia CI image =====
# =================================== # ===================================
FROM alpine:3.10.3 FROM alpine:3.11.2
RUN apk --no-cache add ca-certificates tzdata RUN apk --no-cache add ca-certificates tzdata

View File

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

View File

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

View File

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