Skip to content

Commit 9429d8d

Browse files
Bump dotnet/aspnet in /src/ServicePulse
Bumps dotnet/aspnet from 8.0-noble-chiseled-composite to 9.0-noble-chiseled-composite. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edcf64d commit 9429d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServicePulse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --from=frontend . .
1515
RUN dotnet publish src/ServicePulse/ServicePulse.csproj -a $TARGETARCH -o /app
1616

1717
# Host runtime image
18-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble-chiseled-composite
18+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled-composite
1919
ARG VERSION
2020
WORKDIR /app
2121

0 commit comments

Comments
 (0)