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 @@ -49,7 +49,7 @@ RUN set -eux; \
49
49
\
50
50
# grab tini for signal processing and zombie killing
51
51
# https://github.com/krallin/tini/releases
52
- export TINI_VERSION='0.18 .0' ; \
52
+ export TINI_VERSION='0.19 .0' ; \
53
53
wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" ; \
54
54
wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" ; \
55
55
export GNUPGHOME="$(mktemp -d)" ; \
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -eux; \
50
50
\
51
51
# grab tini for signal processing and zombie killing
52
52
# https://github.com/krallin/tini/releases
53
- export TINI_VERSION='0.18 .0' ; \
53
+ export TINI_VERSION='0.19 .0' ; \
54
54
wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" ; \
55
55
wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" ; \
56
56
export GNUPGHOME="$(mktemp -d)" ; \
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -eux; \
50
50
\
51
51
# grab tini for signal processing and zombie killing
52
52
# https://github.com/krallin/tini/releases
53
- export TINI_VERSION='0.18 .0'; \
53
+ export TINI_VERSION='0.19 .0'; \
54
54
wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch"; \
55
55
wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc"; \
56
56
export GNUPGHOME="$(mktemp -d)"; \
You can’t perform that action at this time.
0 commit comments