Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ If you're still stuck: don't fret. Leave a comment on your PR describing what yo
Linux CI runs on a Docker container running Ubuntu 22.04. If you have Docker installed, you can use our container with:

```
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
```

If you don't have Docker installed:
Expand Down
Loading