Skip to content

Commit

Permalink
docker: upgrade tini to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelnicolas committed Jul 16, 2021
1 parent 7e2ff58 commit 518ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN \

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

0 comments on commit 518ea32

Please sign in to comment.