mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Bump postgres versions (11.5, 10.10, 9.6.15)
This commit is contained in:
parent
c2c0481d90
commit
dc11704c11
@ -8,9 +8,9 @@ matrix_postgres_db_name: ""
|
||||
matrix_postgres_base_path: "{{ matrix_base_data_path }}/postgres"
|
||||
matrix_postgres_data_path: "{{ matrix_postgres_base_path }}/data"
|
||||
|
||||
matrix_postgres_docker_image_v9: "postgres:9.6.14-alpine"
|
||||
matrix_postgres_docker_image_v10: "postgres:10.9-alpine"
|
||||
matrix_postgres_docker_image_v11: "postgres:11.4-alpine"
|
||||
matrix_postgres_docker_image_v9: "postgres:9.6.15-alpine"
|
||||
matrix_postgres_docker_image_v10: "postgres:10.10-alpine"
|
||||
matrix_postgres_docker_image_v11: "postgres:11.5-alpine"
|
||||
matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v11 }}"
|
||||
|
||||
# This variable is assigned at runtime. Overriding its value has no effect.
|
||||
|
Loading…
Reference in New Issue
Block a user