Browse Source

💚 Update docker remote version

main
Anatole-DC 4 years ago
parent
commit
bcd8af42bb
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -45,10 +45,11 @@ jobs:
docker-build-and-push: docker-build-and-push:
working_directory: /dockerapp working_directory: /dockerapp
docker: docker:
- image: docker:19.03.13-ce-git
- image: docker:17.05.0-ce-git
steps: steps:
- checkout - checkout
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run: - run:
name: Build application Docker image name: Build application Docker image
command: | command: |

Loading…
Cancel
Save