You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-19 00:22:57 +03:00
Update 12 to 12.14, bullseye 12.14-1.pgdg110+1
This commit is contained in:
4
12/alpine/Dockerfile
generated
4
12/alpine/Dockerfile
generated
@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
|
||||
ENV PG_MAJOR 12
|
||||
ENV PG_VERSION 12.13
|
||||
ENV PG_SHA256 b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d
|
||||
ENV PG_VERSION 12.14
|
||||
ENV PG_SHA256 785610237d382c842d356e347138e58c06ffeae240e6cc0b52ac5ebcc30d043e
|
||||
|
||||
RUN set -eux; \
|
||||
\
|
||||
|
||||
2
12/bullseye/Dockerfile
generated
2
12/bullseye/Dockerfile
generated
@@ -87,7 +87,7 @@ RUN set -ex; \
|
||||
ENV PG_MAJOR 12
|
||||
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; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user