Skip to content

Commit 4b1781a

Browse files
Update postgres Docker tag to v18
1 parent 9b931ed commit 4b1781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
- ./test/party-management/sys.config:/opt/party-management/releases/0.1/sys.config
140140

141141
db:
142-
image: postgres:15-bookworm
142+
image: postgres:18-bookworm
143143
command: -c 'max_connections=1000'
144144
environment:
145145
POSTGRES_MULTIPLE_DATABASES: "hellgate,dmt,party_management,shumway,liminator"

0 commit comments

Comments
 (0)