diff --git a/Dockerfile b/Dockerfile index a96364c..0c7b700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.68.2-slim-buster AS build +FROM rust:1.72.2-slim-buster AS build WORKDIR /app