Skip to content

Commit 9428a43

Browse files
[Automated] Update Playground Manifests (dotnet#12855)
Co-authored-by: davidfowl <davidfowl@users.noreply.github.com>
1 parent f7f8913 commit 9428a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 20251108162046" > /build-info.txt
4+
RUN echo "Built at 20251109161808" > /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)