.circleci/config.yml: bump to v0.2.0 docker image based on flake.nix's new nss inclusion required for coreboot 24.02+

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-06-20 10:51:50 -04:00 committed by Jonathon Hall
parent 2ba56d1304
commit 80284ff246
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -45,7 +45,7 @@ commands:
jobs:
prep_env:
docker:
- image: tlaurion/heads-dev-env:v0.1.9
- image: tlaurion/heads-dev-env:v0.2.0
resource_class: large
working_directory: ~/heads
steps:
@ -111,7 +111,7 @@ jobs:
build_and_persist:
docker:
- image: tlaurion/heads-dev-env:v0.1.9
- image: tlaurion/heads-dev-env:v0.2.0
resource_class: large
working_directory: ~/heads
parameters:
@ -139,7 +139,7 @@ jobs:
build:
docker:
- image: tlaurion/heads-dev-env:v0.1.9
- image: tlaurion/heads-dev-env:v0.2.0
resource_class: large
working_directory: ~/heads
parameters:
@ -160,7 +160,7 @@ jobs:
save_cache:
docker:
- image: tlaurion/heads-dev-env:v0.1.9
- image: tlaurion/heads-dev-env:v0.2.0
resource_class: large
working_directory: ~/heads
steps: