Skip to content

Commit e35c49d

Browse files
committed
[docker] provers: bump alt-ergo to 2.6.3
1 parent 9c8b4d9 commit e35c49d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY --chmod=0755 --chown=1001:0 docker-parts/alt-ergo bin/run-alt-ergo
1616
ENV PATH="/home/charlie/bin:$PATH"
1717

1818
RUN \
19-
version=2.6.2 && \
19+
version=2.6.3 && \
2020
opam switch create --no-switch alt-ergo-${version} ocaml-system && \
2121
opam pin --switch=alt-ergo-${version} add -n alt-ergo ${version} && \
2222
opam install --switch=alt-ergo-${version} --deps-only --confirm-level=unsafe-yes alt-ergo && \

0 commit comments

Comments
 (0)