From f9095d8c9931c35a5f37a2b5b24448f7c878e8ef Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 23 Mar 2022 17:43:49 +0000 Subject: [PATCH] Upgrading circleci machine --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0db2be..0edcd92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,9 @@ jobs: # https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci1/continuous-deployment-with-heroku.md deploy: - machine: true + machine: + image: ubuntu-2004:current + docker_layer_caching: true steps: - checkout - run: |