docker-base-images
docker-base-images copied to clipboard
Use the latest tagged release of opam
Addressing the issue reported under https://github.com/ocaml/opam/issues/6448, this PR makes two changes.
- Updates
opam initto useopam init -k git - Uses the latest tagged release of
opamrather than the head of the master branch. This means that we will still be testing upcoming releases when they are tagged, e.g.2.4.0~alpha1, but will give us a stable version during development.