File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
2222 chown -R postgres:postgres /var/lib/postgresql
2323
2424# grab gosu for easy step-down from root
25- ENV GOSU_VERSION 1.10
25+ ENV GOSU_VERSION 1.11
2626RUN set -x \
2727 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
2828 && 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; \
2222 chown -R postgres:postgres /var/lib/postgresql
2323
2424# grab gosu for easy step-down from root
25- ENV GOSU_VERSION 1.10
25+ ENV GOSU_VERSION 1.11
2626RUN set -x \
2727 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
2828 && 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; \
2222 chown -R postgres:postgres /var/lib/postgresql
2323
2424# grab gosu for easy step-down from root
25- ENV GOSU_VERSION 1.10
25+ ENV GOSU_VERSION 1.11
2626RUN set -x \
2727 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
2828 && 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; \
2222 chown -R postgres:postgres /var/lib/postgresql
2323
2424# grab gosu for easy step-down from root
25- ENV GOSU_VERSION 1.10
25+ ENV GOSU_VERSION 1.11
2626RUN set -x \
2727 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
2828 && 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; \
2222 chown -R postgres:postgres /var/lib/postgresql
2323
2424# grab gosu for easy step-down from root
25- ENV GOSU_VERSION 1.10
25+ ENV GOSU_VERSION 1.11
2626RUN set -x \
2727 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
2828 && 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; \
2222 chown -R postgres:postgres /var/lib/postgresql
2323
2424# grab gosu for easy step-down from root
25- ENV GOSU_VERSION 1.10
25+ ENV GOSU_VERSION 1.11
2626RUN set -x \
2727 && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* \
2828 && 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