Skip to content

Commit e4a7fcf

Browse files
committed
Merge branch 'ikripaka-fix/bump-dotnet-version'
2 parents ecca378 + f5f0fa0 commit e4a7fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN sh ./get-docker.sh
3434
# move following layers up once upper layers needs modification
3535

3636
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
37+
RUN apt update -qq && apt install -y dotnet-sdk-10.0
3838

3939
RUN cargo install uniffi-bindgen-cs --git https://github.com/RCasatta/uniffi-bindgen-cs --rev fa87c381f88c8cacd26cf3e91e5c63af60162c3f
4040

0 commit comments

Comments
 (0)