mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Update docker-compose.yml to bump postgresql to 16.3
This commit is contained in:
parent
284d07942e
commit
527dad0c17
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
|||
profiles:
|
||||
- mysql
|
||||
postgres:
|
||||
image: postgres:16.1
|
||||
image: postgres:16.3
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue