From 74addb5612955f0edb58507939f0e70bf1ed04d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=A4ussler?= Date: Tue, 10 Jan 2017 23:24:44 +0100 Subject: [PATCH] Update GOSU to version 1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/tianon/gosu/issues/19 Signed-off-by: Christian Häussler (github: @cniweb) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 252ba9c5..362c69f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN \ && rm -rf /var/lib/apt/lists/* # Install gosu -ENV GOSU_VERSION 1.7 +ENV GOSU_VERSION 1.10 RUN set -x \ && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \ && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \