diff --git a/Dockerfile b/Dockerfile index 1233752..a1fc6df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 AS build-stage +FROM rust:1.74.1 AS build-stage RUN mkdir /stellar WORKDIR /stellar diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f4ec842..1ac7d02 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.73.0" \ No newline at end of file +channel = "1.74.1" \ No newline at end of file