Chore: Bump devenv postgres blocks version to 11.20 (#71921)

bump postgres version to the lowest supported as of now
This commit is contained in:
Serge Zaitsev
2023-07-19 15:32:41 +02:00
committed by GitHub
parent 090b8d61e2
commit c99225e5ef
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
postgres_version=10.15
postgres_version=11.20

View File

@ -1 +1 @@
postgres_version=10.15
postgres_version=11.20

View File

@ -1,4 +1,4 @@
ARG postgres_version=10.15
ARG postgres_version=11.20
FROM postgres:${postgres_version}
ADD setup.sql /docker-entrypoint-initdb.d
RUN chown -R postgres:postgres /docker-entrypoint-initdb.d/