diff options
author | 2019-04-11 20:47:36 +0200 | |
---|---|---|
committer | 2019-04-11 20:47:43 +0200 | |
commit | dfd151f962fdd4da62ccd49cf3010c1a24cde5dd (patch) | |
tree | b89e86f3b49dc439836b8943dbc6cd3c9e14d29a /.hadolint.yaml | |
parent | Merge pull request #204 from python-discord/only-uwsgi-in-container (diff) |
Ignore pip version pinning complaints.
Diffstat (limited to '.hadolint.yaml')
-rw-r--r-- | .hadolint.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.hadolint.yaml b/.hadolint.yaml index 5a0a0197..c3c3449b 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,4 +1,4 @@ ignored: - # Ignore suggestion for pinned versions in `apt-get´ and `apk` - - DL3008 - - DL3018 + - DL3008 # Ignore suggestion for pinned versions in `apt-get`... + - DL3013 # ... and `pip`. + - DL3018 # ... and `apk`. |