Skip to content

Commit 7c045e2

Browse files
markatkMicky5991
authored andcommitted
Change Dockerfile to fixed ubuntu versions
1 parent 34b31cb commit 7c045e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############# CMake Stage #############
2-
FROM ubuntu:latest as cmake
2+
FROM ubuntu:18.04 as cmake
33

44
ARG bridge_version=1.0.0.0
55

@@ -33,7 +33,7 @@ COPY src /dotnet/src
3333
RUN dotnet publish -c Linux -p:Version=$bridge_version -p:FileVersion=$bridge_version /dotnet/src/AlternateLife.RageMP.Net/AlternateLife.RageMP.Net.csproj
3434

3535
############# Server Stage #############
36-
FROM ubuntu:latest
36+
FROM ubuntu:18.04
3737

3838
RUN apt-get update && \
3939
apt-get install -y --no-install-recommends libssl1.0 && \

0 commit comments

Comments
 (0)