Skip to content

Commit 10afc65

Browse files
authored
docs(self-hosting): update Ubuntu LTS from 18.04 to 20.04 (fixes #472) (#924)
1 parent 6cd0b89 commit 10afc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs-rs/self-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To help contain what crates' build scripts can access, documentation builds run
6969
# chmod 755 /var/lib/lxc
7070
```
7171

72-
(To make deployment simpler, it's important that the OS the container is using is the same as the host! In this case, the host is assumed to be running 64-bit Ubuntu 18.04. If you make the container use a different release or distribution, you'll need to build docs.rs separately inside the container when deploying.)
72+
(To make deployment simpler, it's important that the OS the container is using is the same as the host! In this case, the host is assumed to be running 64-bit Ubuntu 20.04. If you make the container use a different release or distribution, you'll need to build docs.rs separately inside the container when deploying.)
7373

7474
You'll also need to configure networking for the container. The following is a sample `/etc/default/lxc-net` that enables NAT networking for the container:
7575

0 commit comments

Comments
 (0)