Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Upgrade to Debian 9.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 18, 2018
1 parent 2838990 commit d766225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packer Example - Debian 9 minimal Vagrant Box

**Current Debian Version Used**: 9.4.0
**Current Debian Version Used**: 9.5.0

**Pre-built Vagrant Box**:

Expand Down
6 changes: 3 additions & 3 deletions debian9.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"headless": true,
"http_directory": "http",
"iso_urls": [
"iso/debian-9.4.0-amd64-xfce-CD-1.iso",
"https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.4.0-amd64-xfce-CD-1.iso"
"iso/debian-9.5.0-amd64-xfce-CD-1.iso",
"https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.5.0-amd64-xfce-CD-1.iso"
],
"iso_checksum_type": "sha256",
"iso_checksum": "48aca27992897c7acc8334f9b5f31fc15e41069d76c14abbc17c5053329469e5",
"iso_checksum": "e3934b8dd67f31622f8d2bdb72e91d458c05b05d59b069695274c5cb617e821c",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down

0 comments on commit d766225

Please sign in to comment.