Skip to content

Build(deps): bump mysql from 8.3.0 to 9.1.0 in /docker/database #73

Build(deps): bump mysql from 8.3.0 to 9.1.0 in /docker/database

Build(deps): bump mysql from 8.3.0 to 9.1.0 in /docker/database #73

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