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

Update 14 to 14.5, bullseye 14.5-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-08-11 11:14:56 -07:00
parent 701a1643a2
commit 56a1986772
3 changed files with 6 additions and 6 deletions

4
14/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 14 ENV PG_MAJOR 14
ENV PG_VERSION 14.4 ENV PG_VERSION 14.5
ENV PG_SHA256 c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a ENV PG_SHA256 d4f72cb5fb857c9a9f75ec8cf091a1771272802f2178f0b2e65b7b6ff64f4a30
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

View File

@@ -79,15 +79,15 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "14.4-1.pgdg110+1" "version": "14.5-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 14, "major": 14,
"sha256": "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a", "sha256": "d4f72cb5fb857c9a9f75ec8cf091a1771272802f2178f0b2e65b7b6ff64f4a30",
"version": "14.4" "version": "14.5"
}, },
"15": { "15": {
"alpine": "3.16", "alpine": "3.16",