Update alpine to 3.11.3
parent
2acf8bf21c
commit
9a685fefad
|
@ -41,7 +41,7 @@ RUN yarn install --frozen-lockfile && yarn build
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM alpine:3.11.2
|
FROM alpine:3.11.3
|
||||||
|
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ RUN yarn install --frozen-lockfile && yarn build
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM arm32v7/alpine:3.11.2
|
FROM arm32v7/alpine:3.11.3
|
||||||
|
|
||||||
COPY ./qemu-arm-static /usr/bin/qemu-arm-static
|
COPY ./qemu-arm-static /usr/bin/qemu-arm-static
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ RUN yarn install --frozen-lockfile && yarn build
|
||||||
# ===================================
|
# ===================================
|
||||||
# ===== Authelia official image =====
|
# ===== Authelia official image =====
|
||||||
# ===================================
|
# ===================================
|
||||||
FROM arm64v8/alpine:3.11.2
|
FROM arm64v8/alpine:3.11.3
|
||||||
|
|
||||||
COPY ./qemu-aarch64-static /usr/bin/qemu-aarch64-static
|
COPY ./qemu-aarch64-static /usr/bin/qemu-aarch64-static
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.11.2
|
FROM alpine:3.11.3
|
||||||
|
|
||||||
WORKDIR /kind
|
WORKDIR /kind
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue