File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Build the following Dockerfile and try it out:
4242```
4343# Use your favorite image
4444FROM ubuntu
45- ARG S6_OVERLAY_VERSION=3.1.6.1
45+ ARG S6_OVERLAY_VERSION=3.1.6.2
4646
4747RUN apt-get update && apt-get install -y nginx xz-utils
4848RUN echo "daemon off;" >> /etc/nginx/nginx.conf
@@ -956,7 +956,7 @@ RUN cd /tmp && sha256sum -c *.sha256
956956
957957### ` USER ` directive
958958
959- As of version 3.1.6.1 , s6-overlay has limited support for running as a user other than ` root ` :
959+ As of version 3.1.6.2 , s6-overlay has limited support for running as a user other than ` root ` :
960960
961961* Tools like ` fix-attrs ` and ` logutil-service ` are unlikely to work (they rely
962962 on being able to change UIDs).
Original file line number Diff line number Diff line change 33# e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.6.0
44
55# The version of the software being built.
6- VERSION := 3.1.6.1
6+ VERSION := 3.1.6.2
77
88# Where stuff is going to be built. Change for out-of-tree builds.
99OUTPUT := output
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ SKALIBS_VERSION=v2.14.0.1
1212# EXECLINE_VERSION=813a7ae859c0563f87c2afef79d346b853c20e36
1313EXECLINE_VERSION=v2.9.4.0
1414
15- # S6_VERSION=2598c3ce94f6f292bdd234020709af034c27d262
16- S6_VERSION=v2.12.0.1
15+ # S6_VERSION=8d032b7ff814b08aba0b23c03cdd589eae98d22a
16+ S6_VERSION=v2.12.0.2
1717
1818# S6_RC_VERSION=940e4bb20f7927a54c9ee92bcea1c54f8b60666d
1919S6_RC_VERSION=v0.5.4.2
You can’t perform that action at this time.
0 commit comments