Skip to content

Remove blackfire, Enable Xdebug, Update images #107

Remove blackfire, Enable Xdebug, Update images

Remove blackfire, Enable Xdebug, Update images #107

Triggered via pull request January 16, 2025 11:08
Status Success
Total duration 14s
Artifacts

lint-docker.yml

on: pull_request
lint-docker
2s
lint-docker
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
lint-docker: 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-docker: 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-docker: docker/mailpit/Dockerfile#L1
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag