Skip to content

Commit 1b5c196

Browse files
authored
chore: update machine images to ubuntu-2404 (#59)
All machine executors are now using the latest LTS version of Ubuntu, `24.04`.
1 parent e220558 commit 1b5c196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
dockerfile_dir: ./sample
5151
generate_sbom_and_assess_image:
5252
machine:
53-
image: ubuntu-2204:current
53+
image: ubuntu-2404:current
5454
steps:
5555
- checkout
5656
- security/install_grype

src/examples/image_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage:
1313
jobs:
1414
vuln-and-secrets:
1515
machine:
16-
image: ubuntu-2204:current
16+
image: ubuntu-2404:current
1717
environment:
1818
TARGET_IMAGE: studiondev/node-security:lts
1919
steps:

0 commit comments

Comments
 (0)