File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Build the following Dockerfile and try it out:
42
42
```
43
43
# Use your favorite image
44
44
FROM ubuntu
45
- ARG S6_OVERLAY_VERSION=3.2.0.1
45
+ ARG S6_OVERLAY_VERSION=3.2.0.2
46
46
47
47
RUN apt-get update && apt-get install -y nginx xz-utils
48
48
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
@@ -958,7 +958,7 @@ RUN cd /tmp && sha256sum -c *.sha256
958
958
959
959
### ` USER ` directive
960
960
961
- As of version 3.2.0.1 , s6-overlay has limited support for running as a user other than ` root ` :
961
+ As of version 3.2.0.2 , s6-overlay has limited support for running as a user other than ` root ` :
962
962
963
963
* Tools like ` fix-attrs ` and ` logutil-service ` are unlikely to work (they rely
964
964
on being able to change UIDs).
Original file line number Diff line number Diff line change 3
3
# e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.6.0
4
4
5
5
# The version of the software being built.
6
- VERSION := 3.2.0.1
6
+ VERSION := 3.2.0.2
7
7
8
8
# Where stuff is going to be built. Change for out-of-tree builds.
9
9
OUTPUT := output
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ S6_PORTABLE_UTILS_VERSION=v2.3.0.4
28
28
S6_LINUX_UTILS_VERSION=v2.6.2.1
29
29
30
30
# S6_DNS_VERSION=0d15ddfe8aaa1faf94a3734091c70739fcbb28e4
31
- # S6_DNS_VERSION=v2.4.0.0
31
+ S6_DNS_VERSION=v2.4.0.0
32
32
33
33
# S6_NETWORKING_VERSION=f7965cf9e2f22d94b33aec470479f31cedc2e4f8
34
34
S6_NETWORKING_VERSION=v2.7.0.4
You can’t perform that action at this time.
0 commit comments