Skip to content

Commit

Permalink
CONTRIBUTING: update container version (Homebrew#112375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu authored Oct 5, 2022
1 parent 7137d15 commit 91acee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ If you're still stuck: don't fret. Leave a comment on your PR describing what yo

### Homebrew Docker container

Linux CI runs on a Docker container running Ubuntu 16.04. If you have Docker installed, you can use our container with:
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/ubuntu16.04:latest /bin/bash
docker run --interactive --tty --rm --pull always homebrew/ubuntu22.04:latest /bin/bash
```

If you don't have Docker installed:
Expand Down

0 comments on commit 91acee8

Please sign in to comment.