Skip to content

chore(deps): update peter-evans/create-pull-request action to v5 (#27) #12

chore(deps): update peter-evans/create-pull-request action to v5 (#27)

chore(deps): update peter-evans/create-pull-request action to v5 (#27) #12

GitHub Actions / hadolint completed Jul 10, 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

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"}