Skip to content
Commits on Source (3)
......@@ -2,7 +2,7 @@ FROM hadolint/hadolint:v2.12.0 as hadolint
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD hadolint
......
......@@ -89,7 +89,7 @@ SOFTWARE.
[gitlabci]: https://gitlab.com/pipeline-components/hadolint/-/commits/master
[issue]: https://gitlab.com/pipeline-components/hadolint/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[pulls-shield]: https://img.shields.io/docker/pulls/pipelinecomponents/hadolint.svg
[releases]: https://gitlab.com/pipeline-components/hadolint/tags
......