Skip to content

Commit

Permalink
Merge pull request #56 from somanath21/PHEE-606
Browse files Browse the repository at this point in the history
[PHEE-606] Update setup_remote_docker version for CircleCI
  • Loading branch information
somanath21 authored Apr 1, 2024
2 parents 6cae567 + 13080f4 commit f64a520
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 @@ -15,7 +15,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 @@ -48,7 +48,7 @@ jobs:
- checkout
# Install Docker to build and push the image
- setup_remote_docker:
version: 20.10.14
version: 20.10.24

# Build the Docker image
- run:
Expand Down

0 comments on commit f64a520

Please sign in to comment.