chore(deps): update postgres docker tag to v17.5 #176
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ volumes:
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:17.4
|
||||
image: postgres:17.5
|
||||
container_name: casino-db
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
|
@ -3,7 +3,7 @@ volumes:
|
|||
|
||||
services:
|
||||
db:
|
||||
image: postgres:17.4
|
||||
image: postgres:17.5
|
||||
container_name: casino-db
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Reference in a new issue