We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419b343 commit c603f80Copy full SHA for c603f80
Dependencies/Dockerfile
@@ -29,7 +29,7 @@ RUN dotnet build
29
30
FROM alpine/git AS rxdata-retriver
31
WORKDIR /app
32
-RUN git clone --branch main --depth 1 https://github.com/Cosmic-Shores/Rx.Data.git
+RUN git clone --branch v1.0.2 --depth 1 https://github.com/Cosmic-Shores/Rx.Data.git
33
34
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS rxdata-build
35
WORKDIR /app/Rx.Data
0 commit comments