CONTRIBUTING: update container version (#112375)

master
Zhong Ruoyu 2022-10-05 11:27:35 +08:00 committed by GitHub
parent 7137d151a0
commit 91acee8eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: