Skip to content

Commit fc2372f

Browse files
committed
Update to gosu 1.12
1 parent 7c4fd21 commit fc2372f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN set -eux; \
3636
\
3737
# grab gosu for easy step-down from root
3838
# https://github.com/tianon/gosu/releases
39-
export GOSU_VERSION='1.11'; \
39+
export GOSU_VERSION='1.12'; \
4040
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \
4141
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; \
4242
export GNUPGHOME="$(mktemp -d)"; \

4.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -eux; \
3737
\
3838
# grab gosu for easy step-down from root
3939
# https://github.com/tianon/gosu/releases
40-
export GOSU_VERSION='1.11'; \
40+
export GOSU_VERSION='1.12'; \
4141
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \
4242
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; \
4343
export GNUPGHOME="$(mktemp -d)"; \

Dockerfile-debian.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN set -eux; \
3737
\
3838
# grab gosu for easy step-down from root
3939
# https://github.com/tianon/gosu/releases
40-
export GOSU_VERSION='1.11'; \
40+
export GOSU_VERSION='1.12'; \
4141
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \
4242
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; \
4343
export GNUPGHOME="$(mktemp -d)"; \

0 commit comments

Comments
 (0)