We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4ff5c commit 26f21a8Copy full SHA for 26f21a8
1 file changed
update.sh
@@ -16,6 +16,7 @@ function usage() {
16
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
17
- update.sh 8 slim,stretch # Update only slim and stretch variants for version 8
18
- update.sh -s 8 slim,stretch # Update only slim and stretch variants for version 8, skip updating Alpine and Yarn
19
+ - update.sh . alpine # Update the alpine variant for all versions
20
21
OPTIONS:
22
-s Security update; skip updating the yarn and alpine versions.
0 commit comments