mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -1 +1 @@
|
|||||||
postgres_version=10.15
|
postgres_version=11.20
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
postgres_version=10.15
|
postgres_version=11.20
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ARG postgres_version=10.15
|
ARG postgres_version=11.20
|
||||||
FROM postgres:${postgres_version}
|
FROM postgres:${postgres_version}
|
||||||
ADD setup.sql /docker-entrypoint-initdb.d
|
ADD setup.sql /docker-entrypoint-initdb.d
|
||||||
RUN chown -R postgres:postgres /docker-entrypoint-initdb.d/
|
RUN chown -R postgres:postgres /docker-entrypoint-initdb.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user