We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 516d490 + 4b44022 commit 44bb821Copy full SHA for 44bb821
CONTRIBUTING.md
@@ -84,7 +84,7 @@ If you're still stuck: don't fret. Leave a comment on your PR describing what yo
84
Linux CI runs on a Docker container running Ubuntu 22.04. If you have Docker installed, you can use our container with:
85
86
```
87
-docker run --interactive --tty --rm --pull always homebrew/ubuntu22.04:latest /bin/bash
+docker run --interactive --tty --rm --pull always ghcr.io/homebrew/ubuntu22.04:latest /bin/bash
88
89
90
If you don't have Docker installed:
0 commit comments