Skip to content

Commit aa368bc

Browse files
committed
Reference explicit framework version in docker file
1 parent e125141 commit aa368bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /scip-dotnet
33
ADD . /scip-dotnet
44
RUN dotnet pack
55
ENV PATH="/root/.dotnet/tools:${PATH}"
6-
RUN dotnet tool install --add-source ScipDotnet/bin/Release/ --global scip-dotnet
6+
RUN dotnet tool install --framework net8.0 --add-source ScipDotnet/bin/Release/ --global scip-dotnet
77
RUN dotnet clean
88
WORKDIR /app
99
RUN rm -rf /scip-dotnet

0 commit comments

Comments
 (0)