We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecca378 + f5f0fa0 commit e4a7fcfCopy full SHA for e4a7fcf
context/Dockerfile
@@ -34,7 +34,7 @@ RUN sh ./get-docker.sh
34
# move following layers up once upper layers needs modification
35
36
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb
37
-RUN apt update -qq && apt install -y dotnet-sdk-8.0
+RUN apt update -qq && apt install -y dotnet-sdk-10.0
38
39
RUN cargo install uniffi-bindgen-cs --git https://github.com/RCasatta/uniffi-bindgen-cs --rev fa87c381f88c8cacd26cf3e91e5c63af60162c3f
40
0 commit comments