chore(deps): update dependency ops to v2.7.0 #657
Annotations
4 warnings and 2 notices
wordpress.Dockerfile#L12
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
wordpress.Dockerfile#L12
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
|
wordpress.Dockerfile#L75
Use WORKDIR to switch to a directory
|
wordpress.Dockerfile#L125
Use WORKDIR to switch to a directory
|
wordpress.Dockerfile#L12
Avoid additional packages by specifying `--no-install-recommends`
|
wordpress.Dockerfile#L12
Delete the apt-get lists after installing something
|
The logs for this run have expired and are no longer available.
Loading