diff --git a/examples/net8.0/aspnetcore/Dockerfile b/examples/net8.0/aspnetcore/Dockerfile index f4b5049c..ca41343f 100644 --- a/examples/net8.0/aspnetcore/Dockerfile +++ b/examples/net8.0/aspnetcore/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.412@sha256:8afe5bafd870f742db4bef8893603547b56aa72f37fe78ba27e45f8647192688 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.412@sha256:4763fe4aeb0c5f0dec72fe29678329113f9ee5d4f092a86a5a5044c0bb18e974 AS build ARG TARGETARCH ARG CONFIGURATION="Release" ARG DOTNET_PUBLISH_ARGS=""