diff options
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2f5739f4b5d..0fdaf77fd7f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -77,7 +77,7 @@ validate_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:9.3.23 + image: postgres:9.3 port: 5432 cpu: 1 memory: 1Gb @@ -104,7 +104,7 @@ qa_task: memory: 10Gb additional_containers: - name: postgres - image: postgres:9.3.23 + image: postgres:9.3 port: 5432 cpu: 1 memory: 1Gb |