diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-07-02 13:10:49 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-07-02 13:10:49 +0200 |
commit | 2d61f1449dbcb502ba07bda6bdea387fdef2cbda (patch) | |
tree | 7bc83ac5f351439440c5bd3bbda3c7dbc7a0dc94 /app/docker-compose.yml | |
parent | 42c020e00b87750b606a5fbf0cc35cc489faa351 (diff) | |
download | infrastructure-2d61f1449dbcb502ba07bda6bdea387fdef2cbda.tar.gz infrastructure-2d61f1449dbcb502ba07bda6bdea387fdef2cbda.zip |
Upgrade postgresqlmatrix_s3
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 9905a57..82bacd5 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -96,11 +96,9 @@ services: build: args: # https://github.com/sorintlab/stolon/releases - STOLON_VERSION: 2d0b8e516a4eaec01f3a9509cdc50a1d4ce8709c - # https://packages.debian.org/fr/stretch/postgresql-all - PG_VERSION: 9.6+181+deb9u3 + STOLON_VERSION: 057389f7e484ee1d5c1e1a7020256020e7413c87 context: ./postgres/build/postgres - image: superboum/amd64_postgres:v5 + image: superboum/amd64_postgres:v6 backup-consul: build: |