Skip to content

Commit 3619415

Browse files
committed
bump s6 to v3.2.0.2
1 parent b90eaa5 commit 3619415

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ALPINE_VERSION
22

3-
FROM alpine:${ALPINE_VERSION} as build-stage
3+
FROM alpine:${ALPINE_VERSION} AS build-stage
44

55
ARG TARGETARCH
66
ARG TARGETVARIANT
@@ -16,7 +16,7 @@ busybox,\
1616
libc-utils
1717

1818
# set version for s6 overlay
19-
ARG S6_OVERLAY_VERSION="3.2.0.0"
19+
ARG S6_OVERLAY_VERSION="3.2.0.2"
2020
ARG S6_OVERLAY_ARCH
2121

2222
# build rootfs and add s6 overlay
@@ -65,10 +65,9 @@ apk update && apk add --no-cache \
6565
curl \
6666
jq \
6767
netcat-openbsd \
68+
procps-ng \
6869
shadow \
6970
tzdata && \
70-
apk update && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
71-
procps-ng && \
7271
# create user and make folders
7372
groupmod -g 1000 users && \
7473
useradd -u 901 -U -d /config -s /bin/false disty && \

0 commit comments

Comments
 (0)