From 45f4b2122ff1426a943a57a47ed6e796a6609339 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 10 Oct 2024 23:32:27 +0000 Subject: [PATCH] version: 3.2.0.2 (cosmetic bugfix: the s6-dns version didn't appear correctly in 3.2.0.1) Signed-off-by: Laurent Bercot --- README.md | 4 ++-- conf/defaults.mk | 2 +- conf/versions | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b7da81..eaa7bc1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Build the following Dockerfile and try it out: ``` # Use your favorite image FROM ubuntu -ARG S6_OVERLAY_VERSION=3.2.0.1 +ARG S6_OVERLAY_VERSION=3.2.0.2 RUN apt-get update && apt-get install -y nginx xz-utils RUN echo "daemon off;" >> /etc/nginx/nginx.conf @@ -958,7 +958,7 @@ RUN cd /tmp && sha256sum -c *.sha256 ### `USER` directive -As of version 3.2.0.1, s6-overlay has limited support for running as a user other than `root`: +As of version 3.2.0.2, s6-overlay has limited support for running as a user other than `root`: * Tools like `fix-attrs` and `logutil-service` are unlikely to work (they rely on being able to change UIDs). diff --git a/conf/defaults.mk b/conf/defaults.mk index 86b2581..5b0e72e 100644 --- a/conf/defaults.mk +++ b/conf/defaults.mk @@ -3,7 +3,7 @@ # e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.6.0 # The version of the software being built. -VERSION := 3.2.0.1 +VERSION := 3.2.0.2 # Where stuff is going to be built. Change for out-of-tree builds. OUTPUT := output diff --git a/conf/versions b/conf/versions index bb23320..57c6354 100644 --- a/conf/versions +++ b/conf/versions @@ -28,7 +28,7 @@ S6_PORTABLE_UTILS_VERSION=v2.3.0.4 S6_LINUX_UTILS_VERSION=v2.6.2.1 # S6_DNS_VERSION=0d15ddfe8aaa1faf94a3734091c70739fcbb28e4 -#S6_DNS_VERSION=v2.4.0.0 +S6_DNS_VERSION=v2.4.0.0 # S6_NETWORKING_VERSION=f7965cf9e2f22d94b33aec470479f31cedc2e4f8 S6_NETWORKING_VERSION=v2.7.0.4