We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8b4d9 commit e35c49dCopy full SHA for e35c49d
1 file changed
scripts/docker/Dockerfile.build
@@ -16,7 +16,7 @@ COPY --chmod=0755 --chown=1001:0 docker-parts/alt-ergo bin/run-alt-ergo
16
ENV PATH="/home/charlie/bin:$PATH"
17
18
RUN \
19
- version=2.6.2 && \
+ version=2.6.3 && \
20
opam switch create --no-switch alt-ergo-${version} ocaml-system && \
21
opam pin --switch=alt-ergo-${version} add -n alt-ergo ${version} && \
22
opam install --switch=alt-ergo-${version} --deps-only --confirm-level=unsafe-yes alt-ergo && \
0 commit comments