Added ability to update specific variant for all versions

This commit is contained in:
Laurent Goderre 2018-06-25 10:01:11 -04:00
parent 1c4ff5c5f4
commit 26f21a886d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function usage() {
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
- update.sh 8 slim,stretch # Update only slim and stretch variants for version 8
- update.sh -s 8 slim,stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn
- update.sh . alpine # Update the alpine variant for all versions
OPTIONS:
-s Security update; skip updating the yarn and alpine versions.