Skip to content

Commit da94aa9

Browse files
authored
ci: update circleci machine image ubuntu 16.04->20.04 (#1429)
1 parent ed62392 commit da94aa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
environment:
6262
IMAGE_NAME: bids/validator
6363
machine:
64-
# Ubuntu 16.04, docker 18.09.3, docker-compose 1.23.1
65-
image: ubuntu-1604:201903-01
64+
# Ubuntu 20.04, Docker v20.10.11, Docker Compose v1.29.2
65+
# see: https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
66+
image: ubuntu-2004:202111-02
6667
steps:
6768
- checkout
6869
- run: docker build -t $IMAGE_NAME:latest .

0 commit comments

Comments
 (0)