Use docker:latest

This commit is contained in:
Mark Pundsack 2016-06-08 15:41:27 -07:00
parent 35ce04ef2e
commit a7caea9e3e
1 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ docker-in-docker on your runners, this is how your `.gitlab-ci.yml` could look:
```yaml
build:
image: docker:git
image: docker:latest
services:
- docker:dind
stage: build
@ -254,7 +254,7 @@ when needed. Changes to `master` also get tagged as `latest` and deployed using
an application-specific deploy script:
```yaml
image: docker:git
image: docker:latest
services:
- docker:dind