diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh
index 929b8ce17105fee4e40516d1f860ae954d3637da..8267035a774a27e302ab0b432d313f67f6ab6eb1 100755
--- a/scripts/install_dependencies.sh
+++ b/scripts/install_dependencies.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 #
-# Copyright (c) 2012-2015 Robert Nelson <robertcnelson@gmail.com>
+# Copyright (c) 2012-2016 Robert Nelson <robertcnelson@gmail.com>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
 
 #http://ftp.us.debian.org/debian/pool/main/d/debootstrap/
 #1.0.${minimal_debootstrap}
-minimal_debootstrap="74"
+minimal_debootstrap="75"
 host_arch="$(uname -m)"
 
 debootstrap_is_installed () {