Update remote_docker version in CircleCI config (#1117)
20.10.17 is the current default.
This commit is contained in:
@@ -140,8 +140,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install docker
|
name: install docker
|
||||||
command: apt-get update -q && apt-get install -q -y docker.io
|
command: apt-get update -q && apt-get install -q -y docker.io
|
||||||
- setup_remote_docker:
|
- setup_remote_docker
|
||||||
version: 19.03.13
|
|
||||||
# Build and test the tip-of-tree build of EMSDK
|
# Build and test the tip-of-tree build of EMSDK
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
@@ -157,8 +156,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install docker
|
name: install docker
|
||||||
command: apt-get update -q && apt-get install -q -y docker.io
|
command: apt-get update -q && apt-get install -q -y docker.io
|
||||||
- setup_remote_docker:
|
- setup_remote_docker
|
||||||
version: 19.03.13
|
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
command: make -C ./docker version=${CIRCLE_TAG} build
|
command: make -C ./docker version=${CIRCLE_TAG} build
|
||||||
|
|||||||
Reference in New Issue
Block a user