Skip to content

chore(deps): update dependencies #92

chore(deps): update dependencies

chore(deps): update dependencies #92

GitHub Actions / hadolint failed Aug 19, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (1)

Dockerfile.scratch|7 col 1| Use the --no-cache switch to avoid the need to use --update and remove /var/cache/apk/* when done installing packages

Filtered Findings (1)

Dockerfile|7 col 1| Use the --no-cache switch to avoid the need to use --update and remove /var/cache/apk/* when done installing packages

Annotations

Check notice on line 7 in Dockerfile.scratch

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] Dockerfile.scratch#L7 <DL3019>(https://github.com/hadolint/hadolint/wiki/DL3019)

Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
Raw output
message:"Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages"  location:{path:"Dockerfile.scratch"  range:{start:{line:7  column:1}}}  severity:INFO  source:{name:"hadolint"  url:"https://github.com/hadolint/hadolint"}  code:{value:"DL3019"  url:"https://github.com/hadolint/hadolint/wiki/DL3019"}