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

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

This commit is contained in:
Docker Library Bot
2022-08-11 12:03:58 -07:00
parent 91cd38efaa
commit 271cf940d0
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 15beta2 ENV PG_VERSION 15beta3
ENV PG_SHA256 2fedbc58b370f30e5f59fb0dcc8128a2ef9a922b50fa931b442e4fa27ca98830 ENV PG_SHA256 1a6e2a454b6bcdf76aa4e50573d2fa1ea8db2cdfaa3282a7538830bd285b27bf
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~beta2-1.pgdg110+1 ENV PG_VERSION 15~beta3-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -97,14 +97,14 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "15~beta2-1.pgdg110+1" "version": "15~beta3-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 15, "major": 15,
"sha256": "2fedbc58b370f30e5f59fb0dcc8128a2ef9a922b50fa931b442e4fa27ca98830", "sha256": "1a6e2a454b6bcdf76aa4e50573d2fa1ea8db2cdfaa3282a7538830bd285b27bf",
"version": "15beta2" "version": "15beta3"
} }
} }