diff options
| author | Gaëtan Gilbert | 2019-06-12 14:52:30 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-06-12 14:52:30 +0200 |
| commit | c049fa922fd1a12a4a5faddcd06b3475d0529cf6 (patch) | |
| tree | d4290b00dc4139fb40f1a516fa04b5f0f7d8cac2 /dev/ci/docker | |
| parent | 288f567897a8af92a4a0c78c63a433b6f64af0d0 (diff) | |
| parent | c80a4599dfe5f3049323dd1aedf38e3072525d4f (diff) | |
Merge PR #10358: [docker] update elpi to 1.3.1
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/docker')
| -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 8eebb3af64..818454dbbc 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-04-20-V1" +# CACHEKEY: "bionic_coq-V2019-06-11-V1" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -38,7 +38,7 @@ ENV COMPILER="4.05.0" # `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 dune.1.6.2 ounit.2.0.8 odoc.1.4.0" \ - CI_OPAM="menhir.20181113 elpi.1.2.0 ocamlgraph.1.8.8" + CI_OPAM="menhir.20181113 elpi.1.3.1 ocamlgraph.1.8.8" # BASE switch; CI_OPAM contains Coq's CI dependencies. ENV COQIDE_OPAM="cairo2.0.6 lablgtk3-sourceview3.3.0.beta5" |
