File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:20c75a7914d6656f5179b94bb574e2041bc817ec911050ca383f1cc82e171ab8 AS build
1+ FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:cdc3ec85f42f2daaea17db5024405a9f8f0c83766d35626078eb0c33aa1a8b53 AS build
22RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libsqlite3-dev libgmp-dev -y --no-install-recommends
3- RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 9262cfc7e96decb0aacbccbd8d987766f78859b1 && opam update
3+ RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 1443067283649a4e09423a4a9a7b082c70e0227b && opam update
44COPY --chown=opam solver-service.opam solver-service-api.opam solver-worker.opam /src/
55
66COPY --chown=opam \
Original file line number Diff line number Diff line change 2222 ( lwt ( >= 5 .6.1) )
2323 logs
2424 fmt
25- ocaml-version
25+ ( ocaml-version ( >= " 3.6.0 " ) )
2626 ( solver-service-api ( = :version ) )
2727 conf-libev
2828 ( opam-0install ( >= " 0.4.3" ) )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "lwt" {>= "5.6.1"}
1919 "logs"
2020 "fmt"
21- "ocaml-version"
21+ "ocaml-version" {>= "3.6.0"}
2222 "solver-service-api" {= version}
2323 "conf-libev"
2424 "opam-0install" {>= "0.4.3"}
You can’t perform that action at this time.
0 commit comments