From 5c806f31fd1bb2c65aa541b4f5c4f39ba51093e9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 20 Feb 2023 13:12:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20s6-overlay=20to?= =?UTF-8?q?=20v3.1.4.0=20(#136)?= 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 96d66bb..e09f7f8 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install base system ARG BUILD_ARCH=amd64 -ARG S6_OVERLAY_VERSION="3.1.3.0" +ARG S6_OVERLAY_VERSION="3.1.4.0" RUN \ apt-get update \ \