Skip to content

Commit

Permalink
Update major version of flyway
Browse files Browse the repository at this point in the history
`9.22.3` -> `10.0.1`
  • Loading branch information
dabico committed Nov 17, 2023
1 parent 5589f56 commit 00774f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project is made of two components:
| Java | 17 |
| Maven | 3.9.3 |
| MySQL | 8.2.0 |
| Flyway | 9.22.3 |
| Flyway | 10.0.1 |
| Git | 2.25.2 |
| [cloc](https://github.com/AlDanial/cloc) | 1.96 |

Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
retries: 5

gse-migration:
image: flyway/flyway:9.22.3-alpine
image: flyway/flyway:10.0.1-alpine
container_name: gse-migrations
restart: "no"
volumes:
Expand Down

0 comments on commit 00774f0

Please sign in to comment.