Drop DL3020 ignore since we are using COPY

This commit is contained in:
Justin Kromlinger 2020-11-02 20:14:12 +01:00
parent 7d5a90c0a0
commit 9c5a9ccc95
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -13,7 +13,7 @@ lint:
stage: lint
image: hadolint/hadolint:latest
# DL3018: We don't need alpine version pins
script: hadolint --ignore DL3018 --ignore DL3020 Dockerfile.template
script: hadolint --ignore DL3018 Dockerfile.template
except:
- releases
- tags