Skip to content

Commit

Permalink
Build with Rust 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Aug 28, 2023
1 parent 8823487 commit 46ee3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bullseye as builder
RUN apt-get update && \
apt-get install -y build-essential curl git && \
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.71
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.72
ENV PATH="/root/.cargo/bin:${PATH}"
WORKDIR /app
COPY . .
Expand Down

0 comments on commit 46ee3d9

Please sign in to comment.