Skip to content

Commit e39c4fc

Browse files
Update mcr.microsoft.com/dotnet/runtime Docker tag to v7
1 parent 1ff3088 commit e39c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
dotnet publish -o output/ -r "${ARCH}" -v m -f net6.0 -c Release -p:PublishSingleFile=true --self-contained false
2929

3030
# Runtime image
31-
FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:6.0 AS runner
31+
FROM --platform=${TARGETPLATFORM} mcr.microsoft.com/dotnet/runtime:7.0 AS runner
3232
WORKDIR /server
3333
COPY --from=builder /TShock/TShockLauncher/output ./
3434

0 commit comments

Comments
 (0)