Skip to content

Commit

Permalink
ACS-6103 Upgrade PostgreSQL version (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland authored Oct 11, 2023
1 parent 6fe9c54 commit 1f2801d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/docker-compose-pipeline-all-amps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
"

postgres:
image: postgres:14.4
image: postgres:15.4
mem_limit: 512m
environment:
- POSTGRES_PASSWORD=alfresco
Expand Down

0 comments on commit 1f2801d

Please sign in to comment.