Skip to content

Commit

Permalink
💚(circle) update ubuntu image to default
Browse files Browse the repository at this point in the history
The current ubuntu image used does not embed docker compose command.
We can use the default image as a workaround.
  • Loading branch information
jbpenrath committed Apr 17, 2024
1 parent 36f0124 commit a2fb1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
# Templates
defaults: &defaults
machine:
image: ubuntu-2004:202111-02
image: default
resource_class: large
working_directory: ~/fun

Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
# Templates
defaults: &defaults
machine:
image: ubuntu-2004:202111-02
image: default
resource_class: large
working_directory: ~/fun

Expand Down

0 comments on commit a2fb1e7

Please sign in to comment.