aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMalek-Ben-Anes <malek.benanes@sonarsource.com>2022-10-28 11:45:34 +0200
committersonartech <sonartech@sonarsource.com>2022-11-10 20:02:47 +0000
commita334500ec0d6f7970fcb3e65ade93469946ebc5a (patch)
tree146e320f1327f00853bc5bf825f24760e6ca6983 /.cirrus.yml
parent33138932bfe29357ce8e7d8ec0c948a1bf999945 (diff)
downloadsonarqube-a334500ec0d6f7970fcb3e65ade93469946ebc5a.tar.gz
sonarqube-a334500ec0d6f7970fcb3e65ade93469946ebc5a.zip
SONAR-17445 upgrade postgresql version to 15
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index faa989d58b2..07d911407d1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -76,7 +76,7 @@ oracle_additional_container_template: &ORACLE_ADDITIONAL_CONTAINER_TEMPLATE
postgres_additional_container_template: &POSTGRES_ADDITIONAL_CONTAINER_TEMPLATE
name: postgres
- image: postgres:13.2
+ image: postgres:15
port: 5432
cpu: 1
memory: 1Gb