diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 95f51b393..e6e7b34d7 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.93-slim-trixie AS chef +FROM rust:1.94-slim-trixie AS chef # We only pay the installation cost once, # it will be cached from the second build onwards