diff --git a/Dockerfile b/Dockerfile index 0a0e30b..952fdfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.78.0 +FROM rust:1.79.0 WORKDIR /app COPY . .