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

Update 15 to 15.1, bullseye 15.1-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-11-10 11:19:30 -08:00
parent e8ba287990
commit 75d0c1135e
3 changed files with 6 additions and 6 deletions

4
15/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 15 ENV PG_MAJOR 15
ENV PG_VERSION 15.0 ENV PG_VERSION 15.1
ENV PG_SHA256 72ec74f4a7c16e684f43ea42e215497fcd4c55d028a68fb72e99e61ff40da4d6 ENV PG_SHA256 64fdf23d734afad0dfe4077daca96ac51dcd697e68ae2d3d4ca6c45cb14e21ae
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

View File

@@ -97,14 +97,14 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "15.0-1.pgdg110+1" "version": "15.1-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 15, "major": 15,
"sha256": "72ec74f4a7c16e684f43ea42e215497fcd4c55d028a68fb72e99e61ff40da4d6", "sha256": "64fdf23d734afad0dfe4077daca96ac51dcd697e68ae2d3d4ca6c45cb14e21ae",
"version": "15.0" "version": "15.1"
} }
} }