Skip to content

Commit a11cdea

Browse files
authored
CircleCI: update setup_remove_docker (#206)
The image we were using is decprecated: https://discuss.circleci.com/t/remote-docker-image-deprecations-and-eol-for-2024/50176
1 parent 75700ad commit a11cdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- checkout
1313
- setup_remote_docker:
14-
version: 20.10.14
14+
version: default
1515
- run:
1616
name: Download "compile_version_upload_s3.sh" script
1717
command: |
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- checkout
8787
- setup_remote_docker:
88-
version: 20.10.14
88+
version: default
8989
docker_layer_caching: true
9090
- run:
9191
name: Setup

0 commit comments

Comments
 (0)