summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-08-28 00:39:35 +0000
committerHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-08-28 00:39:35 +0000
commite22d103989931d6b377199fee7846b6e1cc2bbe5 (patch)
tree1e68c95e34e3f3f992560bc6cbd71c296d4b2600
parentc1b7dd8c170f1a5690c6e2b2c415c9d7e72cb856 (diff)
downloadgitlab-ce-docs-ado-extra-build-args.tar.gz
Apply suggestion to doc/topics/autodevops/index.mddocs-ado-extra-build-args
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index cbebb6a3b01..623875f48f1 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -707,7 +707,7 @@ instead of the default `ruby:latest`:
1. Add the following to a custom `Dockerfile`:
```docker
ARG RUBY_VERSION=latest
- FROM ruby:$VERSION
+ FROM ruby:$RUBY_VERSION
# ... put your stuff here
```