Skip to content

Commit 0db67df

Browse files
authored
updated rust container image + default nightly (#1631)
1 parent 0b38fab commit 0db67df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.2
2-
FROM rust:bullseye AS libafl
2+
FROM rust:1.73.0 AS libafl
33
LABEL "maintainer"="afl++ team <[email protected]>"
44
LABEL "about"="LibAFL Docker image"
55

@@ -17,6 +17,7 @@ RUN sh -c 'echo set encoding=utf-8 > /root/.vimrc' \
1717
echo "[build]\nrustc-wrapper = \"${RUSTC_WRAPPER}\"" >> ~/.cargo/config
1818

1919
RUN rustup component add rustfmt clippy
20+
RUN rustup default nightly
2021

2122
# Install clang 11, common build tools
2223
RUN apt update && apt install -y build-essential gdb git wget python3-venv ninja-build lsb-release software-properties-common gnupg

0 commit comments

Comments
 (0)