Skip to content

Commit

Permalink
Update Flyway to 10.7.1 (#2373)
Browse files Browse the repository at this point in the history
# Description
The current version doesn't work on ARM architecture. I had to update to
v8, but we can probably jump directly to the latest version.

## How to test
Local/CI runs
  • Loading branch information
squadgazzz authored Feb 6, 2024
1 parent f4bcb18 commit 8187d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.migration
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/flyway/flyway:7.5.3
FROM docker.io/flyway/flyway:10.7.1

COPY database/sql sql/
COPY database/flyway.conf conf/

0 comments on commit 8187d77

Please sign in to comment.