From 41255a4315d2067dba7d36b4926d0cd79da90724 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 3 Jun 2020 14:21:20 +0200 Subject: [PATCH] CircleCI: update docker versions used in CI CircleCI now has 19.03; https://circleci.com/docs/2.0/building-docker-images/#docker-version Signed-off-by: Sebastiaan van Stijn --- circle.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/circle.yml b/circle.yml index d8a897b92b..b2acf7358b 100644 --- a/circle.yml +++ b/circle.yml @@ -4,13 +4,13 @@ jobs: lint: working_directory: /work - docker: [{image: 'docker:18.09-git'}] + docker: [{image: 'docker:19.03-git'}] environment: DOCKER_BUILDKIT: 1 steps: - checkout - setup_remote_docker: - version: 18.09.3 + version: 19.03.8 reusable: true exclusive: false - run: @@ -39,14 +39,14 @@ jobs: cross: working_directory: /work - docker: [{image: 'docker:18.09-git'}] + docker: [{image: 'docker:19.03-git'}] environment: DOCKER_BUILDKIT: 1 parallelism: 3 steps: - checkout - setup_remote_docker: - version: 18.09.3 + version: 19.03.8 reusable: true exclusive: false - run: @@ -75,13 +75,13 @@ jobs: test: working_directory: /work - docker: [{image: 'docker:18.09-git'}] + docker: [{image: 'docker:19.03-git'}] environment: DOCKER_BUILDKIT: 1 steps: - checkout - setup_remote_docker: - version: 18.09.3 + version: 19.03.8 reusable: true exclusive: false - run: @@ -122,13 +122,13 @@ jobs: validate: working_directory: /work - docker: [{image: 'docker:18.09-git'}] + docker: [{image: 'docker:19.03-git'}] environment: DOCKER_BUILDKIT: 1 steps: - checkout - setup_remote_docker: - version: 18.09.3 + version: 19.03.8 reusable: true exclusive: false - run: