Skip to content

Commit

Permalink
fix: ignore DL3002
Browse files Browse the repository at this point in the history
This allows us to keep the default user as root.

Very unfortunately, we cannot remove the `USER` directive from the top-level, so here we are.
  • Loading branch information
josegonzalez authored Aug 25, 2024
1 parent 648b46d commit f00903c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/linters/.hadolint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ignored:
- DL3048
- DL3002
- DL3003
- DL3005
- DL3008
- DL3003
- DL3048
- SC2035

0 comments on commit f00903c

Please sign in to comment.