Ignore DL3007 since we use :latest

This commit is contained in:
Justin Kromlinger 2023-06-15 14:49:04 +02:00
parent a76517d48c
commit b2322a4600
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -30,8 +30,8 @@ cleanup:
lint: lint:
stage: lint stage: lint
image: hadolint/hadolint:latest-alpine image: hadolint/hadolint:latest-alpine
# DL3018: We don't need alpine version pins # DL3007: We don't need image version pins, we use the bleeding edge
script: hadolint --ignore DL3018 Dockerfile.template script: hadolint --ignore DL3007 Dockerfile.template
except: except:
- releases - releases
- tags - tags