Skip to content

Commit

Permalink
Upgrade vagrant to latest 2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fpatwa authored Mar 16, 2022
1 parent 5a9ebf9 commit 293ae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /
RUN rm -fr make-4.2.1 make-4.2.1.tar.gz

# Download and install vagrant
RUN wget https://releases.hashicorp.com/vagrant/2.2.8/vagrant_2.2.19_x86_64.deb && \
RUN wget https://releases.hashicorp.com/vagrant/2.2.19/vagrant_2.2.19_x86_64.deb && \
dpkg -i vagrant_2.2.19_x86_64.deb && \
vagrant plugin install vagrant-libvirt && \
rm -f vagrant_2.2.19_x86_64.deb
Expand Down

0 comments on commit 293ae6d

Please sign in to comment.