Skip to content

Commit

Permalink
chore: upgrade to alpine 11 and remove info again
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 16, 2024
1 parent 4cffffd commit 84deefa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions migrations/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flyway/flyway:10-alpine
FROM flyway/flyway:11-alpine

# Copy migrations
COPY ./sql /flyway/sql
Expand All @@ -9,7 +9,5 @@ USER app

# Health check and startup
HEALTHCHECK CMD info
# Add -X flag for debug output
ENTRYPOINT ["flyway", "-X", "-color=always"]
# Adding repair to see if it fixes migration issues.
CMD ["info", "migrate", "repair", "info"]
CMD ["info", "migrate", "repair"]

0 comments on commit 84deefa

Please sign in to comment.