diff --git a/Dockerfile b/Dockerfile index 1233752..58a8003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 AS build-stage +FROM rust:1.96.0 AS build-stage RUN mkdir /stellar WORKDIR /stellar