Skip to content

Commit acdd0f7

Browse files
committed
18.04 -> 20.04
1 parent 078f103 commit acdd0f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/missing-linux-packages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ assignees: ''
88
---
99

1010
<!-- Thanks for reporting this issue!
11-
Please remember our build environment is based on Ubuntu 18.04 LTS,
11+
Please remember our build environment is based on Ubuntu 20.04 LTS,
1212
so the packages you're requesting need to be available in its
1313
repositories. -->
1414

1515
**Affected crates:** foo, foo-sys
16-
**Ubuntu 18.04 packages to install:** libfoo-dev
16+
**Ubuntu 20.04 packages to install:** libfoo-dev

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build environment for Rust crates
22

33
This repository contains the source of the Docker container the Rust project
4-
uses to build third-party crates. It is based on **Ubuntu 18.04**, and contains
4+
uses to build third-party crates. It is based on **Ubuntu 20.04**, and contains
55
all the native dependencies used by the Rust crates we know of.
66

77
## Adding new dependencies

0 commit comments

Comments
 (0)