Revert "CirlceCI: use docker v0.0.6 which flake.nix jumped from zlib/zlib.dev to zlib-ng"

This reverts commit 9052d2b562162183fa201ebf89c75be904d87281.

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-05-01 12:39:41 -04:00
parent f676405ae1
commit 70a9f93ddf
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -43,7 +43,7 @@ commands:
jobs:
prep_env:
docker:
- image: tlaurion/heads-dev-env:v0.0.6
- image: tlaurion/heads-dev-env:v0.0.5
resource_class: large
working_directory: ~/heads
steps:
@ -109,7 +109,7 @@ jobs:
build_and_persist:
docker:
- image: tlaurion/heads-dev-env:v0.0.6
- image: tlaurion/heads-dev-env:v0.0.5
resource_class: large
working_directory: ~/heads
parameters:
@ -137,7 +137,7 @@ jobs:
build:
docker:
- image: tlaurion/heads-dev-env:v0.0.6
- image: tlaurion/heads-dev-env:v0.0.5
resource_class: large
working_directory: ~/heads
parameters:
@ -158,7 +158,7 @@ jobs:
save_cache:
docker:
- image: tlaurion/heads-dev-env:v0.0.6
- image: tlaurion/heads-dev-env:v0.0.5
resource_class: large
working_directory: ~/heads
steps: