1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-26 23:21:10 +03:00

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

This commit is contained in:
Docker Library Bot
2023-05-11 11:18:26 -07:00
parent 43d17d5ced
commit 8ff11cd5ae
3 changed files with 9 additions and 8 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.7
ENV PG_SHA256 cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
ENV PG_VERSION 14.8
ENV PG_SHA256 39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a
RUN set -eux; \
\

View File

@ -84,7 +84,7 @@ RUN set -ex; \
ENV PG_MAJOR 14
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 14.7-1.pgdg110+1
ENV PG_VERSION 14.8-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

@ -62,17 +62,18 @@
"arches": [
"amd64",
"arm64",
"ppc64el"
"ppc64el",
"s390x"
],
"version": "14.7-1.pgdg110+1"
"version": "14.8-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 14,
"sha256": "cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331",
"version": "14.7"
"sha256": "39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a",
"version": "14.8"
},
"15": {
"alpine": "3.18",