Skip to content

Commit a1f1260

Browse files
Merge pull request #1160 from LaurentGoderre/updatesh-docs
Fix update.sh example with slim
2 parents 5f771fb + b93f9eb commit a1f1260

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

update.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ function usage() {
1010
$0 [-s] [MAJOR_VERSION(S)] [VARIANT(S)]
1111
1212
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.)
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-
- update.sh -t # Update .travis.yml only
13+
- update.sh # Update all images
14+
- update.sh -s # Update all images, skip updating Alpine and Yarn
15+
- update.sh 8,10 # Update all variants of version 8 and 10
16+
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine and Yarn
17+
- update.sh 8 buster-slim,buster # Update only buster's slim and buster variants for version 8
18+
- update.sh -s 8 stretch # Update only stretch variant for version 8, skip updating Alpine and Yarn
19+
- update.sh . alpine # Update the alpine variant for all versions
20+
- update.sh -t # Update .travis.yml only
2121
2222
OPTIONS:
2323
-s Security update; skip updating the yarn and alpine versions.

0 commit comments

Comments
 (0)