Skip to content

Merge pull request #67 from reviewdog/renovate/alpine-3.x

Sign in for the full log view
GitHub Actions / hadolint completed Jun 8, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (1)

Dockerfile|3 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 3 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] Dockerfile#L3 <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:3 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}