diff --git a/playground/AspireWithJavaScript/AspireJavaScript.AppHost/reactvite.Dockerfile b/playground/AspireWithJavaScript/AspireJavaScript.AppHost/reactvite.Dockerfile index 02e175b4d1f..9c7fe080d20 100644 --- a/playground/AspireWithJavaScript/AspireJavaScript.AppHost/reactvite.Dockerfile +++ b/playground/AspireWithJavaScript/AspireJavaScript.AppHost/reactvite.Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-slim +FROM node:20-slim WORKDIR /app COPY package*.json ./ RUN --mount=type=cache,target=/root/.npm npm ci diff --git a/playground/DotnetTool/DotnetTool.AppHost/aspire-manifest.json b/playground/DotnetTool/DotnetTool.AppHost/aspire-manifest.json index 44fc5780785..389c38e8f23 100644 --- a/playground/DotnetTool/DotnetTool.AppHost/aspire-manifest.json +++ b/playground/DotnetTool/DotnetTool.AppHost/aspire-manifest.json @@ -181,7 +181,7 @@ "exec", "dotnet-ef", "--source", - "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\2623c613-5a82-4b5a-9f8a-09e9eb9a98c1", + "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\52e64396-870b-410c-9140-554cb4546066", "--ignore-failed-sources", "--yes", "--" @@ -199,7 +199,7 @@ "exec", "dotnet-ef", "--source", - "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\2623c613-5a82-4b5a-9f8a-09e9eb9a98c1", + "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\52e64396-870b-410c-9140-554cb4546066", "--ignore-failed-sources", "--version", "10.0.*", @@ -219,7 +219,7 @@ "exec", "dotnet-ef", "--source", - "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\2623c613-5a82-4b5a-9f8a-09e9eb9a98c1", + "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\52e64396-870b-410c-9140-554cb4546066", "--ignore-failed-sources", "--prerelease", "--yes", diff --git a/playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile b/playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile index 92593ec47cc..f7f56526c7d 100644 --- a/playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile +++ b/playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23 AS builder WORKDIR /app COPY . . -RUN echo "Built at 20260313162955" > /build-info.txt +RUN echo "Built at 20260324164230" > /build-info.txt RUN go build -o qots . FROM mcr.microsoft.com/cbl-mariner/base/core:2.0