Skip to content

Commit

Permalink
chore: update ilspycmd to 8.2.0.7535
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jan 27, 2024
1 parent 5822800 commit dfe5e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0

# install ilspycmd
RUN dotnet tool install ilspycmd -g --version 8.1.1.7464
RUN dotnet tool install ilspycmd -g --version 8.2.0.7535
ENV PATH "$PATH:/root/.dotnet/tools"

# install python
Expand Down

0 comments on commit dfe5e1f

Please sign in to comment.