We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1145316 + b5714d0 commit fc3cb7bCopy full SHA for fc3cb7b
update.sh
@@ -12,7 +12,7 @@ function usage() {
12
Examples:
13
- update.sh # Update all images
14
- update.sh -s # Update all images, skip updating Alpine and Yarn
15
- - update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
+ - update.sh 8,10 # Update version 8 and 10 and variants (default, slim, alpine etc.)
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
0 commit comments