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

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

This commit is contained in:
Docker Library Bot
2023-02-09 11:11:09 -08:00
parent c5d3ed25ba
commit 76f8f6610e
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
ENV PG_MAJOR 14
ENV PG_VERSION 14.6
ENV PG_SHA256 508840fc1809d39ab72274d5f137dabb9fd7fb4f933da4168aeebb20069edf22
ENV PG_VERSION 14.7
ENV PG_SHA256 cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
RUN set -eux; \
\

View File

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

View File

@@ -61,15 +61,15 @@
"arm64",
"ppc64el"
],
"version": "14.6-1.pgdg110+1"
"version": "14.7-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 14,
"sha256": "508840fc1809d39ab72274d5f137dabb9fd7fb4f933da4168aeebb20069edf22",
"version": "14.6"
"sha256": "cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331",
"version": "14.7"
},
"15": {
"alpine": "3.17",