first commit added

This commit is contained in:
2023-07-26 07:40:08 +02:00
commit c387d0845e
2 changed files with 33 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
# https://endoflife.date/alpine
FROM alpine:3.18
RUN wget -nv https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 -O /usr/local/bin/hadolint \
&& chmod +x /usr/local/bin/hadolint