Skip to content

Commit 0d9c944

Browse files
authored
Merge pull request #541 from amcinnes/bump-gosu-version
Bump gosu version
2 parents 1ff1b63 + f8bfec9 commit 0d9c944

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

10/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
2626
RUN 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)" \

11/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
2626
RUN 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)" \

9.4/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
2626
RUN 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)" \

9.5/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
2626
RUN 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)" \

9.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
2626
RUN 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)" \

Dockerfile-debian.template

+1-1
Original file line numberDiff line numberDiff 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
2626
RUN 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)" \

0 commit comments

Comments
 (0)