From 2f647bce7495a438bc8c7c322498ca93675ba5bc Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Mon, 2 Nov 2020 20:05:46 +0100 Subject: [PATCH] Drop DL3007 from ignore list since we pin alpine:3.12 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c242a9..19ea3ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,8 @@ stages: lint: stage: lint image: hadolint/hadolint:latest - # DL3007: We use the latest tag for multistage build # DL3018: We don't need alpine version pins - script: hadolint --ignore DL3007 --ignore DL3018 --ignore DL3020 Dockerfile.template + script: hadolint --ignore DL3018 --ignore DL3020 Dockerfile.template except: - releases - tags