Skip to content

Commit

Permalink
Build with Rust 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Nov 7, 2022
1 parent aeaeccf commit ecce342
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,6 +1,6 @@
# --- build image

FROM rust:1.64 AS builder
FROM rust:1.65 AS builder

RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev
Expand Down

0 comments on commit ecce342

Please sign in to comment.