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: ...@@ -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 ...@@ -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
......
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