Fix dockerfile lint

This commit is contained in:
Justin Kromlinger 2023-06-20 12:16:16 +02:00
parent c42fc6a251
commit 3ef8b2737b
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

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