Skip to content

Commit 6f0cdb3

Browse files
authored
[Automated] Update Playground Manifests
1 parent 38aa880 commit 6f0cdb3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

playground/AspireWithJavaScript/AspireJavaScript.AppHost/reactvite.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim
1+
FROM node:20-slim
22
WORKDIR /app
33
COPY package*.json ./
44
RUN --mount=type=cache,target=/root/.npm npm ci

playground/DotnetTool/DotnetTool.AppHost/aspire-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"exec",
182182
"dotnet-ef",
183183
"--source",
184-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\2623c613-5a82-4b5a-9f8a-09e9eb9a98c1",
184+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\4dd99f46-34da-492c-b45c-49879839346c",
185185
"--ignore-failed-sources",
186186
"--yes",
187187
"--"
@@ -199,7 +199,7 @@
199199
"exec",
200200
"dotnet-ef",
201201
"--source",
202-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\2623c613-5a82-4b5a-9f8a-09e9eb9a98c1",
202+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\4dd99f46-34da-492c-b45c-49879839346c",
203203
"--ignore-failed-sources",
204204
"--version",
205205
"10.0.*",
@@ -219,7 +219,7 @@
219219
"exec",
220220
"dotnet-ef",
221221
"--source",
222-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\2623c613-5a82-4b5a-9f8a-09e9eb9a98c1",
222+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\does-not-exist\\4dd99f46-34da-492c-b45c-49879839346c",
223223
"--ignore-failed-sources",
224224
"--prerelease",
225225
"--yes",

playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23 AS builder
22
WORKDIR /app
33
COPY . .
4-
RUN echo "Built at 20260313162955" > /build-info.txt
4+
RUN echo "Built at 20260320163200" > /build-info.txt
55
RUN go build -o qots .
66

77
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0

0 commit comments

Comments
 (0)