File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -eux; \
36
36
\
37
37
# grab gosu for easy step-down from root
38
38
# https://github.com/tianon/gosu/releases
39
- export GOSU_VERSION='1.11 ' ; \
39
+ export GOSU_VERSION='1.12 ' ; \
40
40
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" ; \
41
41
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc" ; \
42
42
export GNUPGHOME="$(mktemp -d)" ; \
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN set -eux; \
37
37
\
38
38
# grab gosu for easy step-down from root
39
39
# https://github.com/tianon/gosu/releases
40
- export GOSU_VERSION='1.11 ' ; \
40
+ export GOSU_VERSION='1.12 ' ; \
41
41
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" ; \
42
42
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc" ; \
43
43
export GNUPGHOME="$(mktemp -d)" ; \
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN set -eux; \
37
37
\
38
38
# grab gosu for easy step-down from root
39
39
# https://github.com/tianon/gosu/releases
40
- export GOSU_VERSION='1.11 '; \
40
+ export GOSU_VERSION='1.12 '; \
41
41
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \
42
42
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; \
43
43
export GNUPGHOME="$(mktemp -d)"; \
You can’t perform that action at this time.
0 commit comments