Skip to content

Commit

Permalink
chore: bump Dockerfile Rust build image to 1.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Mar 25, 2023
1 parent 47e2a8d commit 93123d6
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,4 +1,4 @@
FROM rust:1.66.0 as build-env
FROM rust:1.68.1 as build-env
RUN rustup target add x86_64-unknown-linux-musl
WORKDIR /app
COPY Cargo.toml /app
Expand Down

0 comments on commit 93123d6

Please sign in to comment.