chore(deps): update dependency node to 22.9 #1359
Annotations
7 warnings
apps/web/Dockerfile#L8
[hadolint] reported by reviewdog 🐶
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:"apps/web/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"}
|
apps/web/Dockerfile#L10
[hadolint] reported by reviewdog 🐶
Multiple consecutive `RUN` instructions. Consider consolidation.
Raw Output:
message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:10 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
|
apps/web/Dockerfile#L26
[hadolint] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
message:"Quote this to prevent word splitting." location:{path:"apps/web/Dockerfile" range:{start:{line:26 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2046" url:"https://github.com/koalaman/shellcheck/wiki/SC2046"}
|
apps/web/Dockerfile#L44
[hadolint] reported by reviewdog 🐶
Multiple consecutive `RUN` instructions. Consider consolidation.
Raw Output:
message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:44 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
|
apps/web/Dockerfile#L63
[hadolint] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Raw Output:
message:"Use 'cd ... || exit' or 'cd ... || return' in case cd fails." location:{path:"apps/web/Dockerfile" range:{start:{line:63 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2164" url:"https://github.com/koalaman/shellcheck/wiki/SC2164"}
|
apps/web/Dockerfile#L63
[hadolint] reported by reviewdog 🐶
Use WORKDIR to switch to a directory
Raw Output:
message:"Use WORKDIR to switch to a directory" location:{path:"apps/web/Dockerfile" range:{start:{line:63 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3003" url:"https://github.com/hadolint/hadolint/wiki/DL3003"}
|
apps/web/Dockerfile#L71
[hadolint] reported by reviewdog 🐶
Multiple consecutive `RUN` instructions. Consider consolidation.
Raw Output:
message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:71 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
|
This job succeeded
Loading