Skip to content

Commit 2481c1b

Browse files
committed
fix: correct update.sh script help
correct and update example options to use current Node.js versions and latest Debian release mark -s security option as reserved
1 parent 73b535d commit 2481c1b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

update.sh

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@ function usage() {
1111
$0 [-s] [MAJOR_VERSION(S)] [VARIANT(S)]
1212
1313
Examples:
14-
- update.sh # Update all images
15-
- update.sh -s # Update all images, skip updating Alpine
16-
- update.sh 8,10 # Update all variants of version 8 and 10
17-
- update.sh -s 8 # Update version 8 and variants, skip updating Alpine
18-
- update.sh 8 alpine # Update only alpine's variants for version 8
19-
- update.sh -s 8 bullseye # Update only bullseye variant for version 8, skip updating Alpine
20-
- update.sh . alpine # Update the alpine variant for all versions
14+
- update.sh # Update all images
15+
- update.sh -s # Reserved for security update of all images
16+
- update.sh 24 # Update all variants of version 24
17+
- update.sh 22,24 # Update all variants of version 22 and 24
18+
- update.sh -s 24 # Reserved for security update of version 24
19+
- update.sh . alpine3.23 # Update the alpine3.23 variant for all versions
20+
- update.sh 24 alpine3.23 # Update only alpine3.23's variants for version 24
21+
- update.sh . trixie # Update the trixie variant for all versions
22+
- update.sh 24 trixie,trixie-slim # Update only trixie & trixie-slim variants for version 24
23+
- update.sh -s 24 bullseye # Reserved for security updates of bullseye variant for version 24
2124
2225
OPTIONS:
23-
-s Security update; skip updating the Alpine versions.
26+
-s Reserved for security updates. The results are identical whether or not the -s option is specified,
27+
as this option is currently inactive.
2428
-h Show this message
2529
2630
EOF

0 commit comments

Comments
 (0)