File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
chown -R postgres:postgres /var/lib/postgresql
23
23
24
24
# grab gosu for easy step-down from root
25
- ENV GOSU_VERSION 1.10
25
+ ENV GOSU_VERSION 1.11
26
26
RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
chown -R postgres:postgres /var/lib/postgresql
23
23
24
24
# grab gosu for easy step-down from root
25
- ENV GOSU_VERSION 1.10
25
+ ENV GOSU_VERSION 1.11
26
26
RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
chown -R postgres:postgres /var/lib/postgresql
23
23
24
24
# grab gosu for easy step-down from root
25
- ENV GOSU_VERSION 1.10
25
+ ENV GOSU_VERSION 1.11
26
26
RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
chown -R postgres:postgres /var/lib/postgresql
23
23
24
24
# grab gosu for easy step-down from root
25
- ENV GOSU_VERSION 1.10
25
+ ENV GOSU_VERSION 1.11
26
26
RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
chown -R postgres:postgres /var/lib/postgresql
23
23
24
24
# grab gosu for easy step-down from root
25
- ENV GOSU_VERSION 1.10
25
+ ENV GOSU_VERSION 1.11
26
26
RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
22
22
chown -R postgres:postgres /var/lib/postgresql
23
23
24
24
# grab gosu for easy step-down from root
25
- ENV GOSU_VERSION 1.10
25
+ ENV GOSU_VERSION 1.11
26
26
RUN set -x \
27
27
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
You can’t perform that action at this time.
0 commit comments