Update "gosu" to 1.1

This commit is contained in:
Tianon Gravi 2014-07-15 17:06:30 -06:00
parent fa36941d68
commit 77b5f005d4
1 changed files with 1 additions and 1 deletions

View File

@ -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 \