Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 44d1c71

Browse files
committed
Fix remote Docker version in circle.yml
1 parent b516ed0 commit 44d1c71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: docker:17.06.0-ce-rc5
5+
- image: docker:17.06.0-ce
66
working_directory: ~/whereabouts
77
steps:
88
- checkout
99
- setup_remote_docker
10+
version: 17.06.0-ce
1011
- run:
1112
name: Build the image
1213
command: docker build -t ${DOCKER_HUB_IMAGE} .

0 commit comments

Comments
 (0)