Skip to content

Commit a493ec9

Browse files
authored
ACS-11304 Support for PostgreSQL 15.17, 16.13 and 17.9 (#3341)
1 parent 132b532 commit a493ec9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
- shared-file-store-volume:/tmp/Alfresco/sfs
5050

5151
postgres:
52-
image: postgres:16.6
52+
image: postgres:17.9
5353
mem_limit: 512m
5454
environment:
5555
- POSTGRES_PASSWORD=alfresco

tests/environment/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ALFRESCO_TAG=latest
22
SOLR6_TAG=2.0.18
3-
POSTGRES_TAG=16.6
3+
POSTGRES_TAG=17.9
44
MYSQL_TAG=8.0.30
55
MARIADB_TAG=11.8
66
MSSQL_TAG=2022-CU14-ubuntu-22.04

tests/environment/docker-compose-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
- 30000-30099:30000-30099
6262

6363
postgres:
64-
image: library/postgres:16.6
64+
image: library/postgres:17.9
6565
environment:
6666
- POSTGRES_PASSWORD=alfresco
6767
- POSTGRES_USER=alfresco

tests/environment/docker-compose-pipeline-all-amps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124
"
125125

126126
postgres:
127-
image: postgres:16.6
127+
image: postgres:17.9
128128
mem_limit: 512m
129129
environment:
130130
- POSTGRES_PASSWORD=alfresco

0 commit comments

Comments
 (0)