Pārlūkot izejas kodu

version: 3.2.1.0

Laurent Bercot 5 mēneši atpakaļ
vecāks
revīzija
d6f37bb205
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      README.md
  2. 1 1
      conf/defaults.mk

+ 2 - 2
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.3
+ARG S6_OVERLAY_VERSION=3.2.1.0
 
 RUN apt-get update && apt-get install -y nginx xz-utils
 RUN echo "daemon off;" >> /etc/nginx/nginx.conf
@@ -971,7 +971,7 @@ RUN cd /tmp && sha256sum -c *.sha256
 
 ### `USER` directive
 
-As of version 3.2.0.3, s6-overlay has limited support for running as a user other than `root`:
+As of version 3.2.1.0, 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).

+ 1 - 1
conf/defaults.mk

@@ -3,7 +3,7 @@
 # e.g.: make SHEBANGDIR=/usr/bin VERSION=3.2.0.3
 
 # The version of the software being built.
-VERSION := 3.2.0.3
+VERSION := 3.2.1.0
 
 # Where stuff is going to be built. Change for out-of-tree builds.
 OUTPUT := output