diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-14 14:01:06 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2018-06-14 14:01:06 +0200 |
commit | 1098604f599aa9aae9f07cf4960f41ef34f865e5 (patch) | |
tree | fcd427e5aa69b0cad3ba3c2c2919cbb2702353ad /dev/ci | |
parent | 0e6c8117f5e62f689deda9de2ce044ec11ac9381 (diff) | |
parent | 1b8eb591b9154e2c40cdac12299e570e0fff138f (diff) |
Merge PR #7793: [ci] update docker image to include elpi 1.0.4
Diffstat (limited to 'dev/ci')
-rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 1a83593f5..52f851917 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2018-06-04-V2" +# CACHEKEY: "bionic_coq-V2018-06-13-V1" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -27,7 +27,7 @@ RUN opam init -a -y -j $NJOBS --compiler="$COMPILER" default https://opam.ocaml. # `num` does not have a version number as the right version to install varies # with the compiler version. ENV BASE_OPAM="num ocamlfind.1.8.0 jbuilder.1.0+beta20 ounit.2.0.8" \ - CI_OPAM="menhir.20180530 elpi.1.0.3 ocamlgraph.1.8.8" + CI_OPAM="menhir.20180530 elpi.1.0.4 ocamlgraph.1.8.8" # BASE switch; CI_OPAM contains Coq's CI dependencies. ENV CAMLP5_VER="6.14" \ |