We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b5ce34 + b9e5a5d commit 351c44fCopy full SHA for 351c44f
docker/ubuntu24-dotnet8-opencv4.12.0/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble AS builder
+FROM ubuntu:noble AS builder
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
ENV OPENCV_VERSION=4.12.0
@@ -159,7 +159,7 @@ RUN dotnet test /opencvsharp/test/OpenCvSharp.Tests/OpenCvSharp.Tests.csproj -c
159
160
########## Final image ##########
161
162
-FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS final-sdk
+FROM mcr.microsoft.com/dotnet/sdk:8.0-noble AS final-sdk
163
COPY --from=builder /usr/lib /usr/lib
164
COPY --from=builder /artifacts /artifacts
165
0 commit comments