diff --git a/Dockerfile b/Dockerfile index 80f2a08..5a6e8f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62.1-slim-bullseye as builder +FROM rust:1.77.1-slim-bullseye as builder WORKDIR /usr/src/app COPY . .