Skip to content

Commit

Permalink
Update setup_remote_docker version for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Somanath Hugar committed Mar 5, 2024
1 parent 179a487 commit 31e63b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.14
version: 20.10.24
- run:
name: Build and Push Docker tag Image
command: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- checkout
# Install Docker to build and push the image
- setup_remote_docker:
version: 20.10.14
version: 20.10.24
- kubernetes/install-kubectl
- checkout
- aws-eks/update-kubeconfig-with-authenticator:
Expand Down

0 comments on commit 31e63b7

Please sign in to comment.