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

Update 12 to 12.14, bullseye 12.14-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2023-02-09 11:02:36 -08:00
parent 4cee1a2117
commit a728042653
3 changed files with 6 additions and 6 deletions

4
12/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 12 ENV PG_MAJOR 12
ENV PG_VERSION 12.13 ENV PG_VERSION 12.14
ENV PG_SHA256 b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d ENV PG_SHA256 785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

View File

@@ -25,15 +25,15 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "12.13-1.pgdg110+1" "version": "12.14-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 12, "major": 12,
"sha256": "b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d", "sha256": "785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e",
"version": "12.13" "version": "12.14"
}, },
"13": { "13": {
"alpine": "3.17", "alpine": "3.17",