1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Update 13 to 13.4, buster 13.4-1.pgdg100+1

This commit is contained in:
Docker Library Bot
2021-08-12 11:16:34 -07:00
parent cf175692c1
commit 7f5f6da5a1
3 changed files with 6 additions and 6 deletions

4
13/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 13 ENV PG_MAJOR 13
ENV PG_VERSION 13.3 ENV PG_VERSION 13.4
ENV PG_SHA256 3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 ENV PG_SHA256 ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd
RUN set -eux; \ RUN set -eux; \
\ \

2
13/buster/Dockerfile generated
View File

@@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 13 ENV PG_MAJOR 13
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 13.3-1.pgdg100+1 ENV PG_VERSION 13.4-1.pgdg100+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -83,15 +83,15 @@
"i386", "i386",
"ppc64el" "ppc64el"
], ],
"version": "13.3-1.pgdg100+1" "version": "13.4-1.pgdg100+1"
}, },
"debian": "buster", "debian": "buster",
"debianSuites": [ "debianSuites": [
"buster" "buster"
], ],
"major": 13, "major": 13,
"sha256": "3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1", "sha256": "ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd",
"version": "13.3" "version": "13.4"
}, },
"14": { "14": {
"alpine": "3.14", "alpine": "3.14",