Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

chore(deps): update clux/muslrust docker tag to v1.73.0 #35

chore(deps): update clux/muslrust docker tag to v1.73.0

chore(deps): update clux/muslrust docker tag to v1.73.0 #35

Workflow file for this run

name: Run dockerfile linter
on:
pull_request:
paths:
- "Dockerfile"
- "./github/workflows/dockerlint.yml"
jobs:
hadolint:
name: runner / hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review
hadolint_ignore: DL3006 DL3021 DL3059