feat(docker): bump the tini version

This commit is contained in:
Steven Allen 2020-01-15 17:02:07 -08:00
parent cc25df768e
commit 8ed357d053

View File

@ -19,7 +19,7 @@ RUN cd $SRC_DIR \
# Get su-exec, a very minimal tool for dropping privileges,
# and tini, a very minimal init daemon for containers
ENV SUEXEC_VERSION v0.2
ENV TINI_VERSION v0.16.1
ENV TINI_VERSION v0.18.0
RUN set -x \
&& cd /tmp \
&& git clone https://github.com/ncopa/su-exec.git \