Ignore DL3059 in hadolint: consecutive RUN is intentional for caching

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexa Amundson
2026-02-20 17:59:55 -06:00
parent f9b81f84df
commit b4f0784477

View File

@@ -2,3 +2,4 @@
# Hadolint configuration # Hadolint configuration
ignored: ignored:
- DL3018 # Pin versions in apk add (not relevant - we use npm) - DL3018 # Pin versions in apk add (not relevant - we use npm)
- DL3059 # Multiple consecutive RUN instructions (intentional for caching)