Skip to content

Commit 4b16e01

Browse files
eemcmullanjmle
andauthored
🐛 Fix version of ilspycmd due to failure during build (#103) (#104)
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com> Co-authored-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
1 parent 1e9cc3b commit 4b16e01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN microdnf install -y dotnet-sdk-9.0 dotnet-runtime-9.0 tar gzip findutils &&
1717
microdnf clean all && \
1818
rm -rf /var/cache/dnf
1919
RUN dotnet tool install --tool-path=/usr/local/bin Paket
20-
RUN dotnet tool install --tool-path=/usr/local/bin ilspycmd
20+
RUN dotnet tool install --tool-path=/usr/local/bin ilspycmd --version 9.1.0.7988
2121
RUN chgrp -R 0 /home && chmod -R g=u /home
2222
USER 1001
2323

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ RUN PROTOC=$HOME/protoc/bin/protoc cargo build
1919

2020
# Install required .NET tools
2121
RUN dotnet tool install --global Paket
22-
RUN dotnet tool install --global ilspycmd
22+
RUN dotnet tool install --global ilspycmd --version 9.1.0.7988
2323

2424
ENTRYPOINT ["make", "run-demo-container"]

0 commit comments

Comments
 (0)