diff --git a/Dockerfile b/Dockerfile index 24ee27e..81ff233 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81.0 AS builder +FROM rust:slim AS builder COPY . /psdm