Skip to content

Commit

Permalink
Merge pull request #163 from cisagov/improvement/use-latest-kali-ami
Browse files Browse the repository at this point in the history
Use the latest version of the Kali base AMI
  • Loading branch information
jsf9k authored Dec 18, 2023
2 parents da09304 + ef999b1 commit 3003482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ variable "skip_create_ami" {

data "amazon-ami" "kali_linux" {
filters = {
name = "kali-last-snapshot-amd64-2023.3.0-*"
name = "kali-last-snapshot-amd64-2023.4.0-*"
root-device-type = "ebs"
virtualization-type = "hvm"
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.24+build.2"
__version__ = "0.5.25"

0 comments on commit 3003482

Please sign in to comment.