Skip to content

Commit

Permalink
Update to latest Ubuntu LTS (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Feb 25, 2025
1 parent d9f85a2 commit ade2b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/container/DockerfileKNet.linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build-env
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-noble AS build-env
ARG TARGETARCH
WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN dotnet publish ./KNetCLI/KNetCLI.csproj /p:NoWarn="0108%3B1030%3B0618" --fra
RUN dotnet publish ./KNetConnect/KNetConnect.csproj /p:NoWarn="0108%3B1030%3B0618" --framework net8.0 -c Release -o out -a $TARGETARCH

# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime:8.0-jammy
FROM mcr.microsoft.com/dotnet/runtime:8.0-noble
ARG TARGETARCH

LABEL org.opencontainers.image.authors='https://github.com/masesgroup', \
Expand Down

0 comments on commit ade2b5e

Please sign in to comment.