diff --git a/Dockerfile b/Dockerfile index a62d4d71..ac77b22e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN ./generate_types.sh RUN yarn run prodbuild # Server stage of the build -FROM rust:1.53 as backend_build +FROM rust:1.67 as backend_build ENV app=tht WORKDIR /${app}