From 77b5f005d45f4b0747f5a719f329499b6ad454dc Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 15 Jul 2014 17:06:30 -0600 Subject: [PATCH] Update "gosu" to 1.1 --- 9.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.3/Dockerfile b/9.3/Dockerfile index ec9073542d..f9ef0aab6d 100644 --- a/9.3/Dockerfile +++ b/9.3/Dockerfile @@ -5,7 +5,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres RUN apt-get update && apt-get install -y curl -RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/download/1.0/gosu' \ +RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/download/1.1/gosu' \ && chmod +x /usr/local/bin/gosu RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main' > /etc/apt/sources.list.d/pgdg.list \