You've already forked postgres
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:
4
10/alpine/Dockerfile
generated
4
10/alpine/Dockerfile
generated
@@ -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; \
|
||||
\
|
||||
|
||||
2
10/bullseye/Dockerfile
generated
2
10/bullseye/Dockerfile
generated
@@ -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
2
10/stretch/Dockerfile
generated
@@ -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; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user