Dockerfile: fix value for ENGINE_BRANCH

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-02-25 11:11:54 +01:00
parent 787e383322
commit 1c82d140f7
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# Engine
ARG ENGINE_BRANCH="19.03.x"
ARG ENGINE_BRANCH="19.03"
# Distribution
ARG DISTRIBUTION_BRANCH="release/2.7"