Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Update config.vm.box to an available host #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEBIANMIRROR="ftp.nl.debian.org"
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "chef/debian-7.6"
config.vm.box = "bento/debian-7.8"

config.vm.provider "virtualbox" do |vm|
vm.memory = 1024
Expand Down