Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 5ddad3e

Browse files
authored
chore: replace xenial with focal in README.md (#885)
Following the steps in the `README.md` to the letter leads to downloading the docker image twice. Once for xenial (which is no longer supported by Netlify builds) and once for focal (in Step 2, once `./test-tools/start-image.sh path/to/site/repo` is executed). This commit removes mention of the `netlify/build:focal` image to align this with step two.
1 parent 524714d commit 5ddad3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Emulating Netlify's buildbot on your local machine requires the following:
2727
Open your Docker terminal, and run the following command to pull the default image:
2828

2929
```
30-
docker pull netlify/build:xenial
30+
docker pull netlify/build:focal
3131
or
3232
docker pull netlify/build:v3.0.2 # replace the version with a git tag of the specific version you want to test
3333
```

0 commit comments

Comments
 (0)