We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9d5aac + 35a1015 commit 3eb83a7Copy full SHA for 3eb83a7
container/root/scripts/install_s6.sh
@@ -7,7 +7,7 @@
7
# Requires curl, gpg (or gnupg on Alpine), and tar to be present
8
9
S6_NAME=s6-overlay-amd64.tar.gz
10
-S6_VERSION=v2.1.0.2
+S6_VERSION=v2.2.0.3
11
12
curl -fL https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/${S6_NAME} -o /tmp/${S6_NAME}
13
curl -fL https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/${S6_NAME}.sig -o /tmp/${S6_NAME}.sig
0 commit comments