File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -612,10 +612,10 @@ The easiest way of installing it, is to download the latest
612
612
# ### Example for Linux Intel/AMD
613
613
614
614
Download and extract
615
- ` $ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.2 /aws-nuke-v2.24.2 -linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`
615
+ ` $ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.25.0 /aws-nuke-v2.25.0 -linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`
616
616
617
617
Run
618
- ` $ aws-nuke-v2.24.2 -linux-amd64`
618
+ ` $ aws-nuke-v2.25.0 -linux-amd64`
619
619
620
620
# ## Compile from Source
621
621
@@ -639,7 +639,7 @@ $ docker run \
639
639
--rm -it \
640
640
-v /full-path/to/nuke-config.yml:/home/aws-nuke/config.yml \
641
641
-v /home/user/.aws:/home/aws-nuke/.aws \
642
- quay.io/rebuy/aws-nuke:v2.24.2 \
642
+ quay.io/rebuy/aws-nuke:v2.25.0 \
643
643
--profile default \
644
644
--config /home/aws-nuke/config.yml
645
645
` ` `
You can’t perform that action at this time.
0 commit comments