leo
4a42222019
All checks were successful
continuous-integration/drone/push Build is passing
hadolint: override severity of a warning
10 lines
185 B
YAML
10 lines
185 B
YAML
---
|
|
ignored:
|
|
|
|
failure-threshold: warning
|
|
|
|
override:
|
|
info:
|
|
# DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
|
- DL3018
|