Use 20.10 release branch for upstream engine resources

The 20.10 release branch now exists, and "master" will be used for
Docker Engine 21.xx development.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-02-25 12:54:54 +01:00
parent 734e868ade
commit 688134003d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 3 deletions

View File

@ -14,8 +14,7 @@
ARG JEKYLL_ENV=development ARG JEKYLL_ENV=development
# Engine # Engine
# TODO change to 20.10 branch, once created ARG ENGINE_BRANCH="20.10"
ARG ENGINE_BRANCH="master"
# Distribution # Distribution
ARG DISTRIBUTION_BRANCH="release/2.7" ARG DISTRIBUTION_BRANCH="release/2.7"