This commit is contained in:
haya14busa
2020-01-19 08:33:40 +00:00
parent 09744e1b25
commit adcb4ba2b4

View File

@@ -18,7 +18,8 @@ REVIEWDOG_VERSION=v0.1.0
```Dockerfile
# Dockerfile sample
ENV REVIEWDOG_VERSION=0.1.0
ENV REVIEWDOG_VERSION 0.1.0 # space is ok.
# space is supported as well.
ENV REVIEWDOG_VERSION 0.1.0
ARG REVIEWDOG_VERSION=0.1.0
```