Skip to content

Commit

Permalink
Update dockerfile to use dotnet/sdk:9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Jan 11, 2025
1 parent 756f313 commit 9b6a245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TARGETPLATFORM and BUILDPLATFORM are automatically filled in by Docker buildx.
# 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
WORKDIR /TShock
Expand Down

0 comments on commit 9b6a245

Please sign in to comment.