Skip to content

Commit f7ddddc

Browse files
authored
Update Packer installation instructions for Ubuntu 26.04
Updated installation instructions for Hashicorp Packer to reflect the new version and Ubuntu release.
1 parent f3a3e6a commit f7ddddc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/INSTALL_PACKER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install Hashicorp Packer on Ubuntu 24.04
1+
# Install Hashicorp Packer on Ubuntu 26.04
22

33
```
44
# Add Hashicorp's official GPG key
@@ -19,7 +19,7 @@ sudo apt install packer
1919
2020
# Verify the install
2121
$ packer --version
22-
Packer v1.12.0
22+
Packer v1.15.3
2323
2424
# Install dependencies for generating cloud-init images
2525
sudo apt-get update

0 commit comments

Comments
 (0)