We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62392 commit da94aa9Copy full SHA for da94aa9
.circleci/config.yml
@@ -61,8 +61,9 @@ jobs:
61
environment:
62
IMAGE_NAME: bids/validator
63
machine:
64
- # Ubuntu 16.04, docker 18.09.3, docker-compose 1.23.1
65
- image: ubuntu-1604:201903-01
+ # Ubuntu 20.04, Docker v20.10.11, Docker Compose v1.29.2
+ # see: https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
66
+ image: ubuntu-2004:202111-02
67
steps:
68
- checkout
69
- run: docker build -t $IMAGE_NAME:latest .
0 commit comments