Skip to content

Commit

Permalink
Merge pull request #798 from openvstorage/move_to_arakoon.1.9.21
Browse files Browse the repository at this point in the history
move to arakoon 1.9.21
  • Loading branch information
Romain Slootmaekers authored Aug 22, 2017
2 parents 9f57ab9 + 27a788e commit 0d2ce26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN cp /usr/local/lib/libgtest.a /lib64/

# install specific arakoon.
RUN git clone https://github.com/openvstorage/arakoon.git
RUN cd arakoon && git pull && git checkout 1.9.20
RUN cd arakoon && git pull && git checkout 1.9.21
RUN cd arakoon && eval `${opam_env}` && make
RUN cd arakoon && eval `${opam_env}` \
&& export PREFIX=${opam_root}/${ocaml_version} \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-14.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN cd /usr/src/gtest \

# install specific arakoon.
RUN git clone https://github.com/openvstorage/arakoon.git
RUN cd arakoon && git pull && git checkout 1.9.20
RUN cd arakoon && git pull && git checkout 1.9.21
RUN cd arakoon && eval `${opam_env}` && make
RUN cd arakoon && eval `${opam_env}` \
&& export PREFIX=${opam_root}/${ocaml_version} \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN cd /usr/src/gtest \

# install specific arakoon.
RUN git clone https://github.com/openvstorage/arakoon.git
RUN cd arakoon && git pull && git checkout 1.9.20
RUN cd arakoon && git pull && git checkout 1.9.21
RUN cd arakoon && eval `${opam_env}` && make
RUN cd arakoon && eval `${opam_env}` \
&& export PREFIX=${opam_root}/${ocaml_version} \
Expand Down

0 comments on commit 0d2ce26

Please sign in to comment.