mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Merge pull request #1591 from tgstation/alexkar598-patch-1
Updates docker image to debian 12
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim AS build
|
||||
|
||||
# install node and npm
|
||||
# replace shell with bash so we can source files
|
||||
@@ -63,7 +63,7 @@ RUN dotnet publish -c Release -o /app
|
||||
WORKDIR /repo/src/Tgstation.Server.Host
|
||||
RUN dotnet publish -c Release -o /app/lib/Default && mv /app/lib/Default/appsettings* /app
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0-bookworm-slim
|
||||
|
||||
#needed for byond
|
||||
RUN apt-get update \
|
||||
|
||||
Reference in New Issue
Block a user