This repository has been archived on 2023-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
docker-hadolint/Dockerfile

6 lines
228 B
Docker

# 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