diff --git a/Dockerfile b/Dockerfile index e8fe88e..257aca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Includes dependencies for building the local runtime from scratch -FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-arm64 +FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 # Environment variables ENV RUNTIME_ARTIFACTS=/runtime-8.0.2/artifacts DOTNET_SDK=dotnet CARGO_HOME=/cargo