diff --git a/cmd/data_cache/Dockerfile b/cmd/data_cache/Dockerfile index e02268a4b4..9cc54d5503 100644 --- a/cmd/data_cache/Dockerfile +++ b/cmd/data_cache/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.92-bullseye AS builder +FROM rust:1.93-bullseye AS builder WORKDIR /workspace