Bump migrate image to 1.8.2 (#391)

This commit is contained in:
Toon Willems 2024-08-08 14:10:20 +02:00 committed by GitHub
parent 50bd5b1c90
commit 9c46eacd5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,7 +293,7 @@ services:
migrate:
container_name: lago-migrate
image: getlago/api:v1.8.1
image: getlago/api:v1.8.2
depends_on:
- db
command: ["./scripts/start.migrate.sh"]