diff --git a/Dockerfile b/Dockerfile index 359c243..5eb65f0 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:centos-7 +FROM mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 # Environment variables ENV RUNTIME_ARTIFACTS=/runtime-8.0.2/artifacts DOTNET_SDK=dotnet CARGO_HOME=/cargo