You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Dockerfile
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ RUN mkdir -p dotnet/plugins
23
23
RUN mkdir -p dotnet/resources
24
24
RUN mkdir -p dotnet/runtime/download
25
25
WORKDIR /ragemp-srv/dotnet/runtime/download
26
-
RUN wget https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-x64.tar.gz
27
-
RUN tar -zxvf dotnet-runtime-2.2.1-linux-x64.tar.gz
28
-
RUN cp shared/Microsoft.NETCore.App/2.2.1/* ../
26
+
RUN wget https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz
27
+
RUN tar -zxvf dotnet-runtime-2.2.2-linux-x64.tar.gz
Copy file name to clipboardexpand all lines: Dockerfile.dev
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ RUN mkdir -p dotnet/plugins
22
22
RUN mkdir -p dotnet/resources
23
23
RUN mkdir -p dotnet/runtime/download
24
24
WORKDIR /ragemp-srv/dotnet/runtime/download
25
-
RUN wget https://download.visualstudio.microsoft.com/download/pr/372f18c3-f642-4b73-8255-40a87430a9bb/dd0b412220dc49868b0ba1c58252b6d0/dotnet-runtime-2.2.1-linux-x64.tar.gz
26
-
RUN tar -zxvf dotnet-runtime-2.2.1-linux-x64.tar.gz
27
-
RUN cp shared/Microsoft.NETCore.App/2.2.1/* ../
25
+
RUN wget https://download.visualstudio.microsoft.com/download/pr/97b97652-4f74-4866-b708-2e9b41064459/7c722daf1a80a89aa8c3dec9103c24fc/dotnet-runtime-2.2.2-linux-x64.tar.gz
26
+
RUN tar -zxvf dotnet-runtime-2.2.2-linux-x64.tar.gz
0 commit comments