From f4030b9761f2a875870f2b7f67f347c5bf97b329 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 09:50:03 +0200 Subject: [PATCH] Update readme for v2.24.1 release (#1076) Co-authored-by: der-eismann --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```