Skip to content

Commit

Permalink
Upgrade to recent ubuntu image on circleci
Browse files Browse the repository at this point in the history
CircleCI is retiring the ubuntu 14.whatever which is the default, and
is sending increasingly exasperated emails about it.

I borrowed the machine version from weaveworks/launcher#334 - there
may or may not be a newer version available, but using the same is
great for grepability.
  • Loading branch information
Robin Sonefors committed Mar 16, 2022
1 parent ac9ddf4 commit 4b9904f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
defaults: &defaults
machine:
image: ubuntu-2004:202201-02
docker_layer_caching: true
working_directory: /home/circleci/src/github.com/weaveworks/service
environment:
Expand Down

0 comments on commit 4b9904f

Please sign in to comment.