File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# TARGETPLATFORM and BUILDPLATFORM are automatically filled in by Docker buildx.
22# They should not be set in the global scope manually.
33
4- FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:6 .0 AS builder
4+ FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:8 .0 AS builder
55
66# Copy build context
77WORKDIR /TShock
3030 dotnet publish -o output/ -r "${ARCH}" -v m -f net6.0 -c Release -p:PublishSingleFile=true --self-contained false
3131
3232# Runtime image
33- FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:6 .0 AS runner
33+ FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:8 .0 AS runner
3434WORKDIR /server
3535COPY --from=builder /TShock/TShockLauncher/output ./
3636
Original file line number Diff line number Diff line change 3535 <PackageReference Include =" BCrypt.Net-Next" Version =" 4.0.3" />
3636 <PackageReference Include =" GetText.NET" Version =" 1.7.14" />
3737 <PackageReference Include =" MySql.Data" Version =" 8.0.31" />
38- <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 6 .0.11 " />
38+ <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 8 .0.7 " />
3939 </ItemGroup >
4040
4141 <ItemGroup >
Original file line number Diff line number Diff line change 3131 <ItemGroup >
3232 <PackageReference Include =" BCrypt.Net-Next" Version =" 4.0.3" />
3333 <PackageReference Include =" MySql.Data" Version =" 8.0.31" />
34- <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 6 .0.11 " />
34+ <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 8 .0.7 " />
3535 <PackageReference Include =" ModFramework" Version =" 1.1.7" GeneratePathProperty =" true" /> <!-- only used to extract out to ./bin. -->
3636 <PackageReference Include =" GetText.NET" Version =" 1.7.14" /> <!-- only used to extract out to ./bin. -->
3737
Original file line number Diff line number Diff line change 1111 <PackageReference Include =" NuGet.Protocol" Version =" 6.3.1" />
1212 <PackageReference Include =" NuGet.Resolver" Version =" 6.3.1" />
1313 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
14- <PackageReference Include =" System.Reflection.MetadataLoadContext" Version =" 6 .0.0" />
14+ <PackageReference Include =" System.Reflection.MetadataLoadContext" Version =" 8 .0.0" />
1515 <PackageReference Include =" GetText.NET" Version =" 1.7.14" />
1616 </ItemGroup >
1717
You can’t perform that action at this time.
0 commit comments