Skip to content

Update debian Docker tag to v12 #5

Update debian Docker tag to v12

Update debian Docker tag to v12 #5

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@v3
- name: Lint
uses: hadolint/[email protected]
with:
failure-threshold: error