diff --git a/circle.yml b/circle.yml index 0c125e6b73..a9e6eab1c0 100644 --- a/circle.yml +++ b/circle.yml @@ -52,7 +52,7 @@ commands: jobs: check-factory-versions: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 steps: - checkout - expand-env-file @@ -146,7 +146,7 @@ jobs: working_directory: factory/test-project check-node-override-version: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 steps: - checkout - expand-env-file @@ -172,7 +172,7 @@ jobs: working_directory: factory/test-project test-image: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 parameters: target: type: string @@ -202,7 +202,7 @@ jobs: push: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 parameters: target: type: string