Skip to content

Commit 6303213

Browse files
committed
Upgrade Rust to 1.39
- Rust 1.35 cannot parse Firecracker's Cargo.lock somehow - While Rust's latest release is 1.40.0, we'd like to keep in sync with Firecracker upstream. firecracker-microvm/firecracker#1419 Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 2cbcc90 commit 6303213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile.firecracker-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313

14-
FROM rust:1.35-stretch
14+
FROM rust:1.39-stretch
1515

1616
ENV DEBIAN_FRONTEND="noninteractive"
1717
RUN apt-get update && apt-get install --yes --no-install-recommends \

0 commit comments

Comments
 (0)