Update postgres Docker tag to v18
All checks were successful
Generation data pour merge sur master / reviewProcess (pull_request) Successful in 1m37s
All checks were successful
Generation data pour merge sur master / reviewProcess (pull_request) Successful in 1m37s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
ports:
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
volumes:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
ports:
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user