Commit a7caea9e authored by Mark Pundsack's avatar Mark Pundsack

Use docker:latest

parent 35ce04ef
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment