Skip to content

Commit 648c855

Browse files
committed
update maintainer docs to reflect Dockerfile not pinning opam-repository
1 parent 927e9b3 commit 648c855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/FOR_MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Advancing the `opam-repository` pin
44

5-
OCaml.org's dependencies are fixed through pinning `opam-repository` in the `dune-workspace` files, and in the `Dockerfile`. To update the repository pin,
5+
OCaml.org's dependencies are fixed through pinning `opam-repository` in the `dune-workspace` files. To update the repository pin,
66

7-
1. change the commit hash in the main `dune-workspace` file, `dune-workspace` file of the playground, and in the `Dockerfile`
7+
1. change the commit hash in the main `dune-workspace` file, `dune-workspace` file of the playground
88
2. delete the `dune.lock/` directory
99
3. build the project
1010
4. make it very obvious in the PR updating the opam-repository pin that contributors need to re-run `dune pkg lock` and be aware that contributors may need to be told to do this

0 commit comments

Comments
 (0)