Skip to content

Commit 664164c

Browse files
committed
Setting Tini to use platform dependant binaries
1 parent dd28708 commit 664164c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/Dockerfile.blueprint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ WORKDIR /var/www/html
195195

196196
# Add Tini (to be able to stop the container with ctrl-c.
197197
# See: https://github.com/krallin/tini
198-
ENV TINI_VERSION v0.16.1
199-
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
198+
ENV TINI_VERSION v0.19.0
199+
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-$( dpkg --print-architecture ) /tini
200200
RUN chmod +x /tini
201201

202202
COPY utils/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

0 commit comments

Comments
 (0)