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

chore: update circleci to ubuntu-2204:2024.01.1 machine image #1160

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 1 month ago

Issue

Change

Update the circle.yml workflow from ubuntu-2204:2023.10.1 to the next higher version ubuntu-2204:2024.01.1.

Updating to ubuntu-2204:2024.01.1 updates the components as follows:

Image tag Node.js Docker Engine buildx Status
ubuntu-2204:2023.10.1 18.18.0 24.0.6 v0.11.2 current
ubuntu-2204:2024.01.1 20.10.0 24.0.7 v0.12.1 future

This is a major version update from Node.js 18.x to 20.x and a major functional update from Docker Buildx v0.11.x to v0.12.x.

Although the version of Docker Engine is hardly affected by this PR, it is an important step in the incremental update process towards the latest version of Docker Engine (currently 27.x).

cypress-app-bot commented 1 month ago