Skip to content

Commit

Permalink
cause that would make too much sense
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbclifford committed Mar 1, 2024
1 parent d3ca468 commit d5469e5
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
Expand Up @@ -8,7 +8,7 @@ ENV RUNTIME_ARTIFACTS=/runtime-8.0.2/artifacts DOTNET_SDK=dotnet CARGO_HOME=/car

# Download/extract runtime
WORKDIR /
RUN curl -O https://github.com/dotnet/runtime/archive/refs/tags/v8.0.2.tar.gz && \
RUN curl -OL https://github.com/dotnet/runtime/archive/refs/tags/v8.0.2.tar.gz && \
tar xzf v8.0.2.tar.gz && \
rm v8.0.2.tar.gz

Expand Down

0 comments on commit d5469e5

Please sign in to comment.