From 19e6dbc3292999b6ff580f92cb9cc0cc8470dc3f Mon Sep 17 00:00:00 2001
From: Poncho <poncho@spahan.ch>
Date: Tue, 12 May 2020 13:37:51 +0200
Subject: [PATCH] .gitlab-ci.yml: allow :latest

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17327ae..c7be7f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ lint:
   stage: lint
   image: hadolint/hadolint:latest-debian
   script:
-    - hadolint Dockerfile
+    - hadolint --ignore DL3007 Dockerfile
 
 build:
   stage: build
-- 
GitLab