Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 7344743

Browse files
committed
update to latest s6 and alpine
1 parent a4edef9 commit 7344743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMAGE
2-
FROM ${BASE_IMAGE:-library/alpine}:3.7
2+
FROM ${BASE_IMAGE:-library/alpine}:3.8
33

44
ARG QEMU_ARCH
55
ENV QEMU_ARCH=${QEMU_ARCH:-x86_64} S6_KEEP_ENV=1
@@ -13,7 +13,7 @@ RUN set -x && apk add --no-cache curl coreutils tzdata shadow \
1313
aarch64) S6_ARCH='aarch64';; \
1414
*) echo "unsupported architecture"; exit 1 ;; \
1515
esac \
16-
&& curl -L -s https://github.com/just-containers/s6-overlay/releases/download/v1.21.1.1/s6-overlay-${S6_ARCH}.tar.gz | tar xvzf - -C / \
16+
&& curl -L -s https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.0/s6-overlay-${S6_ARCH}.tar.gz | tar xvzf - -C / \
1717
&& groupmod -g 911 users && \
1818
useradd -u 911 -U -d /config -s /bin/false abc && \
1919
usermod -G users abc && \

0 commit comments

Comments
 (0)