Merge pull request #31 from dbelyaev/feature/apply-patches-and-fixes-… #70
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / hadolint
completed
Jul 28, 2023 in 1s
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (1)
Dockerfile|8 col 1| Pin versions in apk add. Instead of apk add <package>
use apk add <package>=<version>
Filtered Findings (0)
Annotations
Check warning on line 8 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L8 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018)
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Raw output
message:"Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" location:{path:"Dockerfile" range:{start:{line:8 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
Loading