Skip to content

Commit 351c44f

Browse files
authored
Merge pull request #1781 from shimat/fix_docker
Update Dockerfile
2 parents 9b5ce34 + b9e5a5d commit 351c44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/ubuntu24-dotnet8-opencv4.12.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble AS builder
1+
FROM ubuntu:noble AS builder
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV OPENCV_VERSION=4.12.0
@@ -159,7 +159,7 @@ RUN dotnet test /opencvsharp/test/OpenCvSharp.Tests/OpenCvSharp.Tests.csproj -c
159159

160160
########## Final image ##########
161161

162-
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS final-sdk
162+
FROM mcr.microsoft.com/dotnet/sdk:8.0-noble AS final-sdk
163163
COPY --from=builder /usr/lib /usr/lib
164164
COPY --from=builder /artifacts /artifacts
165165

0 commit comments

Comments
 (0)