We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7adf56 commit b316b19Copy full SHA for b316b19
1 file changed
host/pyhl.Dockerfile
@@ -12,7 +12,8 @@
12
# docker run --rm --device /dev/kvm pyhl /path/to/script.py
13
# echo 'print("hi")' | docker run --rm -i --device /dev/kvm pyhl -
14
15
-FROM rust:1.87-bookworm AS builder
+FROM rust:1.89-bookworm AS builder
16
+COPY rust-toolchain.toml /src/
17
COPY host/ /src/host/
18
WORKDIR /src/host
19
RUN cargo build --release --bin pyhl
0 commit comments