From b2322a4600a17f4236a53517c44816f7debf6a67 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Thu, 15 Jun 2023 14:49:04 +0200 Subject: [PATCH] Ignore DL3007 since we use :latest --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ee42da..35ef491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ cleanup: lint: stage: lint image: hadolint/hadolint:latest-alpine - # DL3018: We don't need alpine version pins - script: hadolint --ignore DL3018 Dockerfile.template + # DL3007: We don't need image version pins, we use the bleeding edge + script: hadolint --ignore DL3007 Dockerfile.template except: - releases - tags