Update Dockerfile to use stable hadolint version

This commit is contained in:
Felipe Santos 2025-09-02 14:10:17 -03:00 committed by GitHub
parent 2f0331e821
commit cc71e1bfd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM hadolint/hadolint:v2.13.1-beta2-debian
FROM hadolint/hadolint:v2.13.1-debian
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh