docker-base-images icon indicating copy to clipboard operation
docker-base-images copied to clipboard

Use the latest tagged release of opam

Open mtelvers opened this issue 8 months ago • 0 comments

Addressing the issue reported under https://github.com/ocaml/opam/issues/6448, this PR makes two changes.

  • Updates opam init to use opam init -k git
  • Uses the latest tagged release of opam rather 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.

mtelvers avatar Apr 04 '25 16:04 mtelvers