diff options
| author | Emilio Jesus Gallego Arias | 2019-03-11 14:48:55 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-11 14:48:55 +0100 |
| commit | d1932c7ad0653a2157f757e80adba1e000b89de7 (patch) | |
| tree | cb837ca29edc8a30b13a2edaa4898dd7c5712099 /dev/ci | |
| parent | 74534f84a782f5de740c52cb97b3ca3a02eb6aa2 (diff) | |
[ci] [docker] Upgrade odoc to 1.4.0
This is routine as for API doc writers to be able to access the newer
features.
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 43278c37b1..ac763547b6 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-02-17-V1" +# CACHEKEY: "bionic_coq-V2019-03-11-V1" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -37,7 +37,7 @@ ENV COMPILER="4.05.0" # Common OPAM packages. # `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.3.0" \ +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.1.0 ocamlgraph.1.8.8" # BASE switch; CI_OPAM contains Coq's CI dependencies. |
