Skip to content

Bump flyway/flyway from 10.8.1-alpine to 10.9.0-alpine in /docker/migration #19

Bump flyway/flyway from 10.8.1-alpine to 10.9.0-alpine in /docker/migration

Bump flyway/flyway from 10.8.1-alpine to 10.9.0-alpine in /docker/migration #19

Workflow file for this run

name: 'Check Dockerfiles with hadolint'
on:
pull_request:
paths:
- '**/Dockerfile'
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/[email protected]
with:
recursive: true