We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948f65e commit 051c511Copy full SHA for 051c511
1 file changed
docker_image/Dockerfile
@@ -19,13 +19,13 @@ RUN opam repo add --set-default iris-dev https://gitlab.mpi-sws.org/iris/opam.gi
19
RUN opam switch create stable ocaml.5.2.0
20
RUN eval $(opam env)
21
RUN opam update
22
-RUN opam install coq.8.19.2 vscoq-language-server
23
-RUN opam install coq-iris.4.2.0 coq-iris-heap-lang
+RUN opam install coq.8.20.1 vscoq-language-server
+RUN opam install coq-iris.4.3.0 coq-iris-heap-lang
24
25
RUN opam switch create unstable ocaml.5.2.0
26
27
28
29
RUN opam install coq-iris coq-iris-heap-lang coq-iris-unstable
30
31
RUN opam switch stable
0 commit comments