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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
############# CMake Stage #############
2
-
FROM ubuntu:latest as cmake
2
+
FROM ubuntu:18.04 as cmake
3
3
4
4
ARG bridge_version=1.0.0.0
5
5
@@ -33,7 +33,7 @@ COPY src /dotnet/src
33
33
RUN dotnet publish -c Linux -p:Version=$bridge_version -p:FileVersion=$bridge_version /dotnet/src/AlternateLife.RageMP.Net/AlternateLife.RageMP.Net.csproj
0 commit comments