Fix hadolint version #197
Annotations
4 errors
buildx:
Dockerfile#L4
DL3048 style: Invalid label key.
|
buildx:
Dockerfile#L8
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
buildx:
Dockerfile#L8
DL4006 warning: 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
|
buildx:
Dockerfile#L8
SC2086 info: Double quote to prevent globbing and word splitting.
|