cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

Request to update cypress/factory to Debian 12.6 #1137

Closed MikeMcC399 closed 2 months ago

MikeMcC399 commented 3 months ago

Issue

cypress/factory:4.0.2 (current latest) is built with Debian 12.5

$ docker run --rm --entrypoint cat cypress/factory:4.0.2 /etc/debian_version
12.5

Debian 12.5 includes vulnerabilities which are fixed in Debian 12.6

Total: 31 (UNKNOWN: 0, LOW: 0, MEDIUM: 13, HIGH: 18, CRITICAL: 0)

Suggestion

Rebuild cypress/factory which will automatically pull in debian:12-slim, and this is now equivalent to debian:12.6-slim.