chore: fool hadolint by pinning to linux-amd64 tag
All checks were successful
continuous-integration/drone/push Build is passing

that tag is rolling in this case - same as latest usually, but hadolint
doesn't know that :)
enabled us to get rid of the .hadolint.yaml file
This commit is contained in:
surtur 2021-04-23 01:00:43 +02:00
parent 7ef4d5e919
commit de0aebac46
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
ignored:
# ad "DL3007 archlinux is always updating
- DL3007

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM immawanderer/archlinux:latest
FROM immawanderer/archlinux:linux-amd64
ARG BUILD_DATE
ARG VCS_REF