mirror of https://github.com/docker/docs.git
Dockerfile: fix value for ENGINE_BRANCH
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
787e383322
commit
1c82d140f7
|
@ -13,7 +13,7 @@
|
|||
|
||||
|
||||
# Engine
|
||||
ARG ENGINE_BRANCH="19.03.x"
|
||||
ARG ENGINE_BRANCH="19.03"
|
||||
|
||||
# Distribution
|
||||
ARG DISTRIBUTION_BRANCH="release/2.7"
|
||||
|
|
Loading…
Reference in New Issue