Update dockerfile to use dotnet/sdk:9.0

This commit is contained in:
Luke 2025-01-11 14:44:50 +10:00
parent 756f3138dd
commit 9b6a245c2c

View file

@ -1,7 +1,7 @@
# TARGETPLATFORM and BUILDPLATFORM are automatically filled in by Docker buildx. # TARGETPLATFORM and BUILDPLATFORM are automatically filled in by Docker buildx.
# They should not be set in the global scope manually. # They should not be set in the global scope manually.
FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:6.0 AS builder FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:9.0 AS builder
# Copy build context # Copy build context
WORKDIR /TShock WORKDIR /TShock