Skip to content

Commit f1280dd

Browse files
committed
Bump s6 to 3.1.6.2
1 parent bc035c2 commit f1280dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
/root-out/var/log/*
2828

2929
# set version for s6 overlay
30-
ARG S6_OVERLAY_VERSION="3.1.5.0"
30+
ARG S6_OVERLAY_VERSION="3.1.6.2"
3131
ARG S6_OVERLAY_ARCH="x86_64"
3232

3333
# add s6 overlay

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
/root-out/var/log/*
2828

2929
# set version for s6 overlay
30-
ARG S6_OVERLAY_VERSION="3.1.5.0"
30+
ARG S6_OVERLAY_VERSION="3.1.6.2"
3131
ARG S6_OVERLAY_ARCH="aarch64"
3232

3333
# add s6 overlay

0 commit comments

Comments
 (0)