diff --git a/base/Dockerfile b/base/Dockerfile index 8720c41..104ec47 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -31,7 +31,7 @@ RUN \ tzdata=2022a-0ubuntu0.20.04 \ xz-utils=5.2.4-1 \ \ - && S6_VERSION="3.1.0.1" \ + && S6_VERSION="3.1.1.0" \ && S6_ARCH="${BUILD_ARCH}" \ && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \ elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \