mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: correct devenv postgres tag (#72465)
* fix: correct docker tag for postgres 11.20
This commit is contained in:
parent
f3b6e7d7eb
commit
21d1d54689
@ -1 +1 @@
|
|||||||
postgres_version=11.20
|
postgres_version=11.20-alpine3.18
|
||||||
|
@ -1 +1 @@
|
|||||||
postgres_version=11.20
|
postgres_version=11.20-alpine3.18
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG postgres_version=11.20
|
ARG postgres_version=11.20-alpine3.18
|
||||||
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user