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

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

This commit is contained in:
Docker Library Bot
2023-02-09 11:14:50 -08:00
parent 76f8f6610e
commit ef45b99086
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.1 ENV PG_VERSION 15.2
ENV PG_SHA256 64fdf23d734afad0dfe4077daca96ac51dcd697e68ae2d3d4ca6c45cb14e21ae ENV PG_SHA256 99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7
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.1-1.pgdg110+1 ENV PG_VERSION 15.2-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -79,14 +79,14 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "15.1-1.pgdg110+1" "version": "15.2-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 15, "major": 15,
"sha256": "64fdf23d734afad0dfe4077daca96ac51dcd697e68ae2d3d4ca6c45cb14e21ae", "sha256": "99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7",
"version": "15.1" "version": "15.2"
} }
} }