diff --git a/dev/docker-compose.yml b/dev/docker-compose.yml index 89463cb725..87926bd564 100644 --- a/dev/docker-compose.yml +++ b/dev/docker-compose.yml @@ -43,7 +43,7 @@ services: - shared-file-store-volume:/tmp/Alfresco/sfs postgres: - image: postgres:14.4 + image: postgres:15.4 mem_limit: 512m environment: - POSTGRES_PASSWORD=alfresco diff --git a/tests/environment/.env b/tests/environment/.env index d99511af6c..66589ae1d5 100644 --- a/tests/environment/.env +++ b/tests/environment/.env @@ -1,6 +1,6 @@ ALFRESCO_TAG=latest SOLR6_TAG=2.0.8.1 -POSTGRES_TAG=14.4 +POSTGRES_TAG=15.4 MYSQL_TAG=8.0.30 MARIADB_TAG=10.6 MSSQL_TAG=2019-CU9-ubuntu-16.04 diff --git a/tests/environment/docker-compose-pipeline-all-amps.yml b/tests/environment/docker-compose-pipeline-all-amps.yml index d2f013704c..a14c4c5d95 100644 --- a/tests/environment/docker-compose-pipeline-all-amps.yml +++ b/tests/environment/docker-compose-pipeline-all-amps.yml @@ -116,7 +116,7 @@ services: " postgres: - image: postgres:14.4 + image: postgres:15.4 mem_limit: 512m environment: - POSTGRES_PASSWORD=alfresco