Skip to content

Fix dockerfile deprecation warnings #30

Fix dockerfile deprecation warnings

Fix dockerfile deprecation warnings #30

Workflow file for this run

---
name: Lint Dockerfile
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: hadolint/[email protected]
with:
failure-threshold: error