Fix typo #51
Annotations
1 error and 1 warning
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
|