Skip to content

Commit a14b2dc

Browse files
authored
Merge branch 'dead-space-server:master' into master
2 parents 2cf0f95 + 79ecd55 commit a14b2dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
22
RUN mkdir /repo && chown $APP_UID /repo
33
USER $APP_UID
44
WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
99
ARG BUILD_CONFIGURATION=Release
1010
WORKDIR /src
1111
COPY ["SS14.Admin/SS14.Admin.csproj", "SS14.Admin/"]

0 commit comments

Comments
 (0)