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

Update 14 to 14rc1, bullseye 14~rc1-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2021-09-23 13:24:20 -07:00
parent 740bb6d8d4
commit c3bf1dd3aa
3 changed files with 6 additions and 6 deletions

4
14/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14beta3
ENV PG_SHA256 2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa
ENV PG_VERSION 14rc1
ENV PG_SHA256 586a816cb7811985f474eda0d4926fabd2378f0f6d5659d12fba421d38a07616
RUN set -eux; \
\

View File

@@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 14
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 14~beta3-1.pgdg110+1
ENV PG_VERSION 14~rc1-1.pgdg110+1
RUN set -ex; \
\

View File

@@ -97,15 +97,15 @@
"arm64",
"ppc64el"
],
"version": "14~beta3-1.pgdg110+1"
"version": "14~rc1-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 14,
"sha256": "2ea265980193db70106576201a2fee5b2d72bf9890d3911ddd374d4830624bfa",
"version": "14beta3"
"sha256": "586a816cb7811985f474eda0d4926fabd2378f0f6d5659d12fba421d38a07616",
"version": "14rc1"
},
"9.6": {
"alpine": "3.14",