Skip to content

Commit f5d5d5a

Browse files
author
Robin Sonefors
committed
Upgrade to recent ubuntu image on circleci
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.
1 parent ac9ddf4 commit f5d5d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2
22
defaults: &defaults
33
machine:
4+
image: ubuntu-2004:202201-02
45
docker_layer_caching: true
56
working_directory: /home/circleci/src/github.com/weaveworks/service
67
environment:

0 commit comments

Comments
 (0)