chore: update prod postgres to version 17.7
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
110e7f6cbd
commit
15bc2223f0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
db-prod:
|
db-prod:
|
||||||
image: postgres:16-alpine
|
image: postgres:17.7-alpine
|
||||||
container_name: mv-prod-db
|
container_name: mv-prod-db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue