Skip to content

Commit

Permalink
bump docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed May 27, 2022
1 parent 86f5662 commit 7d0b52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- checkout
- setup_remote_docker:
docker_layer_caching: true
version: 18.09.3
version: 20.10.14
- run: docker login -u="${DOCKER_REGISTRY_USERNAME}" -p="${DOCKER_REGISTRY_PASSWORD}"
- run: docker buildx create --use
- run: make build-image-multi
Expand Down

0 comments on commit 7d0b52d

Please sign in to comment.