Skip to content

Commit 8a1268a

Browse files
authored
Update remote_docker version in CircleCI config (#1117)
20.10.17 is the current default.
1 parent 01d3d78 commit 8a1268a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
- run:
141141
name: install docker
142142
command: apt-get update -q && apt-get install -q -y docker.io
143-
- setup_remote_docker:
144-
version: 19.03.13
143+
- setup_remote_docker
145144
# Build and test the tip-of-tree build of EMSDK
146145
- run:
147146
name: build
@@ -157,8 +156,7 @@ jobs:
157156
- run:
158157
name: install docker
159158
command: apt-get update -q && apt-get install -q -y docker.io
160-
- setup_remote_docker:
161-
version: 19.03.13
159+
- setup_remote_docker
162160
- run:
163161
name: build
164162
command: make -C ./docker version=${CIRCLE_TAG} build

0 commit comments

Comments
 (0)