Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8cc89ce

Browse files
dependabot[bot]github-actions[bot]
authored andcommittedApr 30, 2025
Bump migrate/migrate from v4.16.2 to v4.18.3
Bumps migrate/migrate from v4.16.2 to v4.18.3. --- updated-dependencies: - dependency-name: migrate/migrate dependency-version: v4.18.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7354453 commit 8cc89ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker-compose.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- /var/lib/postgresql/data:rw # Necessary to speed up integration tests.
2424

2525
migrate-reference:
26-
image: migrate/migrate:v4.16.2
26+
image: migrate/migrate:v4.18.3
2727
command: >
2828
-source 'file:///migrations'
2929
-database 'postgresql://postgres:postgres@postgres:5432/reference?sslmode=disable' up
@@ -34,7 +34,7 @@ services:
3434
- ./migrations:/migrations:ro
3535

3636
migrate-transaction:
37-
image: migrate/migrate:v4.16.2
37+
image: migrate/migrate:v4.18.3
3838
command: >
3939
-source 'file:///migrations'
4040
-database 'postgresql://postgres:postgres@postgres:5432/transaction?sslmode=disable' up

0 commit comments

Comments
 (0)
Please sign in to comment.