You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Update to gosu 1.16
See https://github.com/tianon/gosu/releases/tag/1.16 (especially https://github.com/tianon/gosu/blob/master/SECURITY.md)
This commit is contained in:
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
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
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
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
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
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
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
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|||||||
2
15/bullseye/Dockerfile
generated
2
15/bullseye/Dockerfile
generated
@@ -28,7 +28,7 @@ RUN set -eux; \
|
|||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ RUN set -eux; \
|
|||||||
|
|
||||||
# grab gosu for easy step-down from root
|
# grab gosu for easy step-down from root
|
||||||
# https://github.com/tianon/gosu/releases
|
# https://github.com/tianon/gosu/releases
|
||||||
ENV GOSU_VERSION 1.14
|
ENV GOSU_VERSION 1.16
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
savedAptMark="$(apt-mark showmanual)"; \
|
savedAptMark="$(apt-mark showmanual)"; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
|||||||
Reference in New Issue
Block a user