Update postgres Docker tag to v17 #6
2 changed files with 2 additions and 2 deletions
internals
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
db:
|
||||
image: postgres:14
|
||||
image: postgres:17
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false
|
||||
|
|
|
@ -56,7 +56,7 @@ services:
|
|||
- db
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:17-alpine
|
||||
restart: always
|
||||
env_file:
|
||||
- path: .env
|
||||
|
|
Loading…
Add table
Reference in a new issue