Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit f4e1586

Browse files
committed
Add custom Vagrant base box to have faster boots and better overall versioning
1 parent 1f36887 commit f4e1586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VAGRANT_COMMAND = ARGV[0]
1414

1515
Vagrant.configure("2") do |config|
1616
config.vm.box = "dockerizedrupal/base-ubuntu-trusty"
17-
config.vm.box_version = "0.3.0"
17+
config.vm.box_version = VERSION
1818
config.vm.box_check_update = false
1919

2020
config.ssh.insert_key = false

0 commit comments

Comments
 (0)