Skip to content

Commit

Permalink
Revert "standalone CI: use Ubuntu 23.10"
Browse files Browse the repository at this point in the history
This reverts commit 0fbed50.
  • Loading branch information
tahina-pro committed Nov 21, 2024
1 parent c74f800 commit ac91765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/standalone.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile should be run from the root EverParse directory

ARG ocaml_version=4.14
FROM ocaml/opam:ubuntu-23.10-ocaml-$ocaml_version
FROM ocaml/opam:ubuntu-22.04-ocaml-$ocaml_version

ADD --chown=opam:opam ./ $HOME/everparse/
WORKDIR $HOME/everparse
Expand Down

0 comments on commit ac91765

Please sign in to comment.