Merge pull request #732 from boxuk/BWP-123 #112
Annotations
3 warnings
Lint Dockerfile(s):
docker/app/php8.2/Dockerfile#L8
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint Dockerfile(s):
docker/app/php8.3/Dockerfile#L8
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Lint Dockerfile(s):
docker/mailpit/Dockerfile#L1
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
|
Loading