Skip to content

Commit c603f80

Browse files
committed
updated source branch for Rx.Data
1 parent 419b343 commit c603f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dependencies/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN dotnet build
2929

3030
FROM alpine/git AS rxdata-retriver
3131
WORKDIR /app
32-
RUN git clone --branch main --depth 1 https://github.com/Cosmic-Shores/Rx.Data.git
32+
RUN git clone --branch v1.0.2 --depth 1 https://github.com/Cosmic-Shores/Rx.Data.git
3333

3434
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS rxdata-build
3535
WORKDIR /app/Rx.Data

0 commit comments

Comments
 (0)