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

Update 10 to 10.23, bullseye 10.23-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-11-10 12:28:06 -08:00
parent 75d0c1135e
commit c3a0b48216
3 changed files with 6 additions and 6 deletions

4
10/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10 ENV PG_MAJOR 10
ENV PG_VERSION 10.22 ENV PG_VERSION 10.23
ENV PG_SHA256 955977555c69df1a64f44b81d4a1987eb74abbd1870579f5ad9d946133dd8e4d ENV PG_SHA256 94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

View File

@@ -7,15 +7,15 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "10.22-1.pgdg110+1" "version": "10.23-1.pgdg110+1"
}, },
"debian": "", "debian": "",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 10, "major": 10,
"sha256": "955977555c69df1a64f44b81d4a1987eb74abbd1870579f5ad9d946133dd8e4d", "sha256": "94a4b2528372458e5662c18d406629266667c437198160a18cdfd2c4a4d6eee9",
"version": "10.22" "version": "10.23"
}, },
"11": { "11": {
"alpine": "3.16", "alpine": "3.16",