You've already forked postgres
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:
4
15/alpine/Dockerfile
generated
4
15/alpine/Dockerfile
generated
@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
ENV PG_MAJOR 15
|
||||
ENV PG_VERSION 15rc1
|
||||
ENV PG_SHA256 576476fab0d49f05f27625e1d6ed433e6e1358fabba92ae41780421e65fa7ad4
|
||||
ENV PG_VERSION 15rc2
|
||||
ENV PG_SHA256 11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23
|
||||
|
||||
RUN set -eux; \
|
||||
\
|
||||
|
||||
2
15/bullseye/Dockerfile
generated
2
15/bullseye/Dockerfile
generated
@@ -87,7 +87,7 @@ RUN set -ex; \
|
||||
ENV PG_MAJOR 15
|
||||
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; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user