From a73b51179b70457bbca61d3b1fc4731971ef1f0c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Sep 2022 14:53:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20s6-overlay=20to?= =?UTF-8?q?=20v3.1.2.1=20(#126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 64c6f35..10f8a6a 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -38,7 +38,7 @@ RUN \ tzdata=2022c-0ubuntu0.20.04.0 \ xz-utils=5.2.4-1 \ \ - && S6_VERSION="3.1.1.2" \ + && S6_VERSION="3.1.2.1" \ && S6_ARCH="${BUILD_ARCH}" \ && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \ elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \