Skip to content
GitHub Actions / hadolint completed Mar 15, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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"}