Skip to content

Commit b8a90a6

Browse files
committed
🔧(circle) update image tag using default
Circle has removed several images and the added a tag named default to avoid having to update the image name in the future.
1 parent 7004174 commit b8a90a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aliases:
66
- &defaults
77
# We use the machine executor, i.e. a VM, not a container
88
machine:
9-
image: ubuntu-2004:2022.07.1
9+
image: default
1010
# Prevent cache-related issues
1111
docker_layer_caching: false
1212
working_directory: ~/fun
@@ -684,7 +684,7 @@ jobs:
684684
hub:
685685
# We use the machine executor, i.e. a VM, not a container
686686
machine:
687-
image: ubuntu-2004:202201-02
687+
image: default
688688
# Prevent cache-related issues
689689
docker_layer_caching: false
690690

0 commit comments

Comments
 (0)