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

Update 16 to bookworm 16.2-1.pgdg120+2, bullseye 16.2-1.pgdg110+2

This commit is contained in:
Docker Library Bot
2024-02-12 11:15:38 -08:00
parent 34d4c14c23
commit 1424abf76f
3 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.2-1.pgdg120+1 ENV PG_VERSION 16.2-1.pgdg120+2
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.2-1.pgdg110+1 ENV PG_VERSION 16.2-1.pgdg110+2
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -132,7 +132,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "16.2-1.pgdg120+1" "version": "16.2-1.pgdg120+2"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@@ -141,7 +141,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "16.2-1.pgdg110+1" "version": "16.2-1.pgdg110+2"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 16, "major": 16,