Skip to content

Commit

Permalink
downgrade to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Aug 7, 2023
1 parent 6da1d25 commit 0483229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN apt-get -q update \

ENV VAGRANT_HOME /.vagrant.d

ARG VAGRANT_VERSION=2.3.7
ARG VAGRANT_VERSION_DEB=2.3.7-1
ARG VAGRANT_VERSION=2.3.6
ARG VAGRANT_VERSION_DEB=2.3.6-1
ENV VAGRANT_VERSION ${VAGRANT_VERSION}
ENV VAGRANT_VERSION_DEB ${VAGRANT_VERSION_DEB}
ENV VAGRANT_DEB_URL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION_DEB}_amd64.deb"
Expand Down

0 comments on commit 0483229

Please sign in to comment.