Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
ports: ["5432:5432"]

migrations:
image: ${FLYWAY_IMAGE:-flyway/flyway:11-alpine}
image: ${FLYWAY_IMAGE:-flyway/flyway:12-alpine}
container_name: migrations
command: info migrate info
volumes: ["./migrations/sql:/flyway/sql:ro"]
Expand Down
2 changes: 1 addition & 1 deletion migrations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flyway/flyway:11-alpine
FROM flyway/flyway:12-alpine

# Copy migrations
COPY ./sql /flyway/sql
Expand Down
Loading