Skip to content

Commit

Permalink
fix(deps): update flyway/flyway docker tag to v10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and BjoernPetersen committed Oct 18, 2024
1 parent 2abc33a commit 1e5401e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
postgres-version: [ "14", "15", "16" ]
runs-on: ubuntu-latest
container: flyway/flyway:10.19
container: flyway/flyway:10.20
services:
postgres:
image: postgres:${{ matrix.postgres-version }}
Expand All @@ -56,7 +56,7 @@ jobs:

test-migrations-sqlite:
runs-on: ubuntu-latest
container: flyway/flyway:10.19
container: flyway/flyway:10.20
steps:
- uses: actions/checkout@v4
- run: flyway migrate -skipCheckForUpdate
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:10.19
FROM flyway/flyway:10.20

LABEL org.opencontainers.image.source = "https://github.com/preparingforexams/rate_limiter"

Expand Down

0 comments on commit 1e5401e

Please sign in to comment.