Skip to content

Commit

Permalink
Update to noble
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Jan 14, 2025
1 parent a5058b9 commit 85b4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN if [ -z "$version_suffix" ]; then \
dotnet publish ./src/kiota/kiota.csproj -c Release -p:TreatWarningsAsErrors=false -f net9.0 --version-suffix "$version_suffix"; \
fi

FROM mcr.microsoft.com/dotnet/runtime:9.0-jammy-chiseled AS runtime
FROM mcr.microsoft.com/dotnet/runtime:9.0-noble-chiseled AS runtime
WORKDIR /app

COPY --from=build-env /app/kiota/src/kiota/bin/Release/net9.0 ./
Expand Down

0 comments on commit 85b4bec

Please sign in to comment.