diff --git a/Dockerfile b/Dockerfile index 4bb8780..2a13375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.77 as builder +FROM rust:1.81 as builder WORKDIR /usr/src/qv COPY ./Cargo.toml ./Cargo.toml