Fix typo #50
Annotations
1 error, 1 warning, and 1 notice
CI
buildx failed with: ERROR: failed to solve: process "/bin/sh -c awk '$0 !~ /^#/ {print $1}' .tool-versions|xargs -i asdf plugin add {} && asdf install && asdf reshim" did not complete successfully: exit code: 1
|
[hadolint] Dockerfile#L32 <DL4006>(https://github.com/hadolint/hadolint/wiki/DL4006):
Dockerfile#L32
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
[hadolint] Dockerfile#L32 <SC2267>(https://github.com/koalaman/shellcheck/wiki/SC2267):
Dockerfile#L32
GNU xargs -i is deprecated in favor of -I{}
|