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

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

This commit is contained in:
Docker Library Bot
2023-05-11 11:13:14 -07:00
parent d681c1da2f
commit 43d17d5ced
3 changed files with 9 additions and 8 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.10
ENV PG_SHA256 5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
ENV PG_VERSION 13.11
ENV PG_SHA256 4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
RUN set -eux; \
\

View File

@@ -84,7 +84,7 @@ RUN set -ex; \
ENV PG_MAJOR 13
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 13.10-1.pgdg110+1
ENV PG_VERSION 13.11-1.pgdg110+1
RUN set -ex; \
\
@@ -94,7 +94,7 @@ RUN set -ex; \
dpkgArch="$(dpkg --print-architecture)"; \
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
case "$dpkgArch" in \
amd64 | arm64 | ppc64el) \
amd64 | arm64 | ppc64el | s390x) \
# arches officialy built by upstream
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
apt-get update; \

View File

@@ -43,17 +43,18 @@
"arches": [
"amd64",
"arm64",
"ppc64el"
"ppc64el",
"s390x"
],
"version": "13.10-1.pgdg110+1"
"version": "13.11-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 13,
"sha256": "5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2",
"version": "13.10"
"sha256": "4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb",
"version": "13.11"
},
"14": {
"alpine": "3.18",