Skip to content

Commit 44bb821

Browse files
authored
Merge pull request #251066 from Homebrew/contributing-docker
CONTRIBUTING: update Docker image address
2 parents 516d490 + 4b44022 commit 44bb821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you're still stuck: don't fret. Leave a comment on your PR describing what yo
8484
Linux CI runs on a Docker container running Ubuntu 22.04. If you have Docker installed, you can use our container with:
8585

8686
```
87-
docker run --interactive --tty --rm --pull always homebrew/ubuntu22.04:latest /bin/bash
87+
docker run --interactive --tty --rm --pull always ghcr.io/homebrew/ubuntu22.04:latest /bin/bash
8888
```
8989

9090
If you don't have Docker installed:

0 commit comments

Comments
 (0)