You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-12-10 00:41:17 +03:00
Bump gosu version
Closes https://github.com/docker-library/postgres/issues/539
This commit is contained in:
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
chown -R postgres:postgres /var/lib/postgresql
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION 1.11
|
||||
RUN set -x \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
|
||||
|
||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
chown -R postgres:postgres /var/lib/postgresql
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION 1.11
|
||||
RUN set -x \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
|
||||
|
||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
chown -R postgres:postgres /var/lib/postgresql
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION 1.11
|
||||
RUN set -x \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
|
||||
|
||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
chown -R postgres:postgres /var/lib/postgresql
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION 1.11
|
||||
RUN set -x \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
|
||||
|
||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
chown -R postgres:postgres /var/lib/postgresql
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION 1.11
|
||||
RUN set -x \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
|
||||
|
||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
chown -R postgres:postgres /var/lib/postgresql
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
ENV GOSU_VERSION 1.10
|
||||
ENV GOSU_VERSION 1.11
|
||||
RUN set -x \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
|
||||
|
||||
Reference in New Issue
Block a user