Skip to content

Commit 518ea32

Browse files
committed
docker: upgrade tini to v0.19.0
1 parent 7e2ff58 commit 518ea32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN \
8383

8484
# install tini
8585
RUN \
86-
TINI_VERSION=v0.18.0 && \
86+
TINI_VERSION=v0.19.0 && \
8787
http_proxy='' gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0527A9B7 && \
8888
wget -O/usr/bin/tini "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" && \
8989
wget -O/usr/bin/tini.asc "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" && \

0 commit comments

Comments
 (0)