Skip to content

Commit

Permalink
💚(circleci) upgrade remote_docker for hub
Browse files Browse the repository at this point in the history
remote_docker version 20.10.23 has been deprecated. We use the `default` version
 to prevent future issue of this kind.
  • Loading branch information
jbpenrath committed Oct 3, 2024
1 parent 42ad16d commit 086e27b
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 @@ -601,7 +601,7 @@ jobs:
- <<: *generate-version-file
# Activate docker-in-docker
- setup_remote_docker:
version: 20.10.23
version: default
- run:
name: Build production image
command: docker build -t joanie:${CIRCLE_SHA1} --target production .
Expand Down

0 comments on commit 086e27b

Please sign in to comment.