You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-12-08 12:48:39 +03:00
update GOSU to 1.14
Signed-off-by: daniel sutton <daniel@ducksecops.uk>
This commit is contained in:
2
10/bullseye/Dockerfile
generated
2
10/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
10/stretch/Dockerfile
generated
2
10/stretch/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
11/bullseye/Dockerfile
generated
2
11/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
11/stretch/Dockerfile
generated
2
11/stretch/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
12/bullseye/Dockerfile
generated
2
12/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
13/bullseye/Dockerfile
generated
2
13/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
14/bullseye/Dockerfile
generated
2
14/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
9.6/bullseye/Dockerfile
generated
2
9.6/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
2
9.6/stretch/Dockerfile
generated
2
9.6/stretch/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
||||
|
||||
# grab gosu for easy step-down from root
|
||||
# https://github.com/tianon/gosu/releases
|
||||
ENV GOSU_VERSION 1.12
|
||||
ENV GOSU_VERSION 1.14
|
||||
RUN set -eux; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get update; \
|
||||
|
||||
Reference in New Issue
Block a user