From 8ed357d053dfea21abb6b25db8a03ee4c5ef1d16 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 15 Jan 2020 17:02:07 -0800 Subject: [PATCH] feat(docker): bump the tini version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef13174b6..355429f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \