diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-07 17:07:52 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-07 17:07:52 +0100 |
commit | eb3f64df4126c9596a2b181f0f225c4b7b97577a (patch) | |
tree | 24d20e0c54867864927bb173938e725a29a102dc /app/docker-compose.yml | |
parent | 35ddbd9f2087df0a59b9372c04d594173992319d (diff) | |
parent | 4f296808e856efe5e13fb644fd9a6e4427dad8b8 (diff) | |
download | infrastructure-eb3f64df4126c9596a2b181f0f225c4b7b97577a.tar.gz infrastructure-eb3f64df4126c9596a2b181f0f225c4b7b97577a.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/infrastructure
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 123c99d..a44e932 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -94,7 +94,7 @@ services: build: args: # https://github.com/sorintlab/stolon/releases - STOLON_VERSION: v0.16.0 + STOLON_VERSION: 2d0b8e516a4eaec01f3a9509cdc50a1d4ce8709c # https://packages.debian.org/fr/stretch/postgresql-all PG_VERSION: 9.6+181+deb9u3 context: ./postgres/build/postgres |