Annotations
2 warnings
[MEDIUM] Unpinned Package Version in Apk Add:
.conf/Dockerfile#L33
Package version pinning reduces the range of versions that can be installed, reducing the chances of failure due to unanticipated changes
|
[LOW] Healthcheck Instruction Missing:
.conf/Dockerfile#L20
Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
|