1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Update 13 to 13.7, bullseye 13.7-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-05-12 11:13:23 -07:00
parent 88ad1cf976
commit f060d12360
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
ENV PG_MAJOR 13
ENV PG_VERSION 13.6
ENV PG_SHA256 bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc
ENV PG_VERSION 13.7
ENV PG_SHA256 1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399
RUN set -eux; \
\

View File

@ -87,7 +87,7 @@ RUN set -ex; \
ENV PG_MAJOR 13
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 13.6-1.pgdg110+1
ENV PG_VERSION 13.7-1.pgdg110+1
RUN set -ex; \
\

View File

@ -79,15 +79,15 @@
"arm64",
"ppc64el"
],
"version": "13.6-1.pgdg110+1"
"version": "13.7-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 13,
"sha256": "bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc",
"version": "13.6"
"sha256": "1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399",
"version": "13.7"
},
"14": {
"alpine": "3.15",