1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

Update 10 to 10.19, bullseye 10.19-1.pgdg110+1, stretch 10.19-1.pgdg90+1

This commit is contained in:
Docker Library Bot
2021-11-11 12:08:49 -08:00
parent f99ce49a16
commit a11e908fb5
4 changed files with 8 additions and 8 deletions

4
10/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10.18
ENV PG_SHA256 57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801
ENV PG_VERSION 10.19
ENV PG_SHA256 6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239
RUN set -eux; \
\

View File

@@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 10
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 10.18-1.pgdg110+1
ENV PG_VERSION 10.19-1.pgdg110+1
RUN set -ex; \
\

2
10/stretch/Dockerfile generated
View File

@@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 10
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 10.18-1.pgdg90+1
ENV PG_VERSION 10.19-1.pgdg90+1
RUN set -ex; \
\