Use docker:latest

This commit is contained in:
Mark Pundsack 2016-06-08 15:41:27 -07:00
parent 35ce04ef2e
commit a7caea9e3e

View file

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