Update dockerfile to use dotnet/sdk:9.0
This commit is contained in:
parent
756f3138dd
commit
9b6a245c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue