CircleCI: use tlaurion/heads-dev-env:v0.0.7 which includes openssl in flake.nix for talos-2 board's linux config

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-05-01 14:47:03 -04:00
parent 89181181df
commit 9a72d9545a
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

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