We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff3088 commit e39c4fcCopy full SHA for e39c4fc
Dockerfile
@@ -28,7 +28,7 @@ RUN \
28
dotnet publish -o output/ -r "${ARCH}" -v m -f net6.0 -c Release -p:PublishSingleFile=true --self-contained false
29
30
# Runtime image
31
-FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:6.0 AS runner
+FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:7.0 AS runner
32
WORKDIR /server
33
COPY --from=builder /TShock/TShockLauncher/output ./
34
0 commit comments