diff --git a/Dockerfile b/Dockerfile index 46ff174..b7d6875 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1-bookworm AS builder +FROM rust:1-bookworm AS builder WORKDIR /src RUN apt-get update \