This commit is contained in:
Christian Koep
2016-12-16 15:16:42 +01:00
parent e69027b595
commit 8197f4ac36
7 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 1.8.7
ENV VAGRANT_VERSION 1.9.1
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb