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

Update 15 to 15rc2, bullseye 15~rc2-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-10-06 17:02:31 -07:00
parent 66de12a7ee
commit cdd56d3b51
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 15rc1 ENV PG_VERSION 15rc2
ENV PG_SHA256 576476fab0d49f05f27625e1d6ed433e6e1358fabba92ae41780421e65fa7ad4 ENV PG_SHA256 11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23
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~rc1-1.pgdg110+1 ENV PG_VERSION 15~rc2-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -97,14 +97,14 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "15~rc1-1.pgdg110+1" "version": "15~rc2-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 15, "major": 15,
"sha256": "576476fab0d49f05f27625e1d6ed433e6e1358fabba92ae41780421e65fa7ad4", "sha256": "11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23",
"version": "15rc1" "version": "15rc2"
} }
} }