Skip to content

Commit ad14bd6

Browse files
authored
⬆️ Upgrades s6-overlay to v3.1.1.2 (#121)
1 parent 8d5c140 commit ad14bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
tzdata=2022a-0ubuntu0.20.04 \
3939
xz-utils=5.2.4-1 \
4040
\
41-
&& S6_VERSION="3.1.1.1" \
41+
&& S6_VERSION="3.1.1.2" \
4242
&& S6_ARCH="${BUILD_ARCH}" \
4343
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
4444
elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \

0 commit comments

Comments
 (0)