Browse Source

Update Docker version

This fixes an issue with the version of Alpine we're using:
pull/1187/head
Julian Simioni 6 years ago
parent
commit
fe69061c0c
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -3,7 +3,7 @@ jobs:
build: build:
working_directory: /app working_directory: /app
docker: docker:
- image: docker:17.05.0-ce-git - image: docker:18.06.1-ce-git
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker

Loading…
Cancel
Save