diff --git a/Dockerfile b/Dockerfile index 4bb8780..c422d99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.77 as builder +FROM rust:1.78 as builder WORKDIR /usr/src/qv COPY ./Cargo.toml ./Cargo.toml