diff --git a/Dockerfile b/Dockerfile index a781f28..6b665d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.69-bullseye as rust-build-stage +FROM rust:1.74-bullseye as rust-build-stage RUN apt-get update && apt-get upgrade -y WORKDIR /build