diff --git a/docker/Dockerfile b/docker/Dockerfile index abc2be04..f3b0da23 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Build image # ============================================================================== -FROM ghcr.io/rust-lang/rust:nightly-bookworm as build +FROM ghcr.io/rust-lang/rust:nightly-bookworm AS build RUN apt-get update && \ apt-get install -y build-essential \