Skip to content

Commit

Permalink
Update setup_remote_docker version for CircleCI (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Jul 15, 2024
1 parent 398adc3 commit df5ffb6
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 df5ffb6

Please sign in to comment.