1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00
Tianon Gravi
2023-01-30 10:41:32 -08:00
parent a510f1341b
commit 186c93e85d
6 changed files with 6 additions and 6 deletions

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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; \

View File

@@ -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; \