diff --git a/README.md b/README.md index ef78135e2..8395671e0 100644 --- a/README.md +++ b/README.md @@ -612,10 +612,10 @@ The easiest way of installing it, is to download the latest #### Example for Linux Intel/AMD Download and extract -`$ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.0/aws-nuke-v2.24.0-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin` +`$ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.1/aws-nuke-v2.24.1-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin` Run -`$ aws-nuke-v2.24.0-linux-amd64` +`$ aws-nuke-v2.24.1-linux-amd64` ### Compile from Source @@ -639,7 +639,7 @@ $ docker run \ --rm -it \ -v /full-path/to/nuke-config.yml:/home/aws-nuke/config.yml \ -v /home/user/.aws:/home/aws-nuke/.aws \ - quay.io/rebuy/aws-nuke:v2.24.0 \ + quay.io/rebuy/aws-nuke:v2.24.1 \ --profile default \ --config /home/aws-nuke/config.yml ```