diff --git a/Dockerfile b/Dockerfile index bd725eb..0a1a0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.76.0 as build-env +FROM rust:1.80.1 as build-env WORKDIR /app COPY . /app RUN cargo build --release --bin s3ite --features binary