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

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

This commit is contained in:
Docker Library Bot
2023-02-09 11:06:56 -08:00
parent a728042653
commit c5d3ed25ba
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.9
ENV PG_SHA256 ef1966c0a5e49fbed3370ad2824928cb6b1164617aeeae1606da283f7f33a415
ENV PG_VERSION 13.10
ENV PG_SHA256 5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
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.9-1.pgdg110+1
ENV PG_VERSION 13.10-1.pgdg110+1
RUN set -ex; \
\

View File

@@ -43,15 +43,15 @@
"arm64",
"ppc64el"
],
"version": "13.9-1.pgdg110+1"
"version": "13.10-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 13,
"sha256": "ef1966c0a5e49fbed3370ad2824928cb6b1164617aeeae1606da283f7f33a415",
"version": "13.9"
"sha256": "5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2",
"version": "13.10"
},
"14": {
"alpine": "3.17",