Skip to content

Commit

Permalink
Merge pull request #17 from brunoric/develop
Browse files Browse the repository at this point in the history
Updating default HHVM version to 3.17
  • Loading branch information
brunoric authored Jan 7, 2017
2 parents 41f7d24 + 0bfe680 commit 43d0e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ADD scripts/ /scripts/
RUN chmod 755 /scripts/*.sh

# ONBUILD instructions to properly update submodules
ONBUILD ARG HHVM_VERSION=3.12.1
ONBUILD ARG HHVM_VERSION=3.17
ONBUILD WORKDIR /hhvm-repo
ONBUILD RUN git checkout tags/HHVM-${HHVM_VERSION}
ONBUILD RUN git submodule update --init --recursive

0 comments on commit 43d0e74

Please sign in to comment.