Skip to content

Commit

Permalink
Update mcr.microsoft.com/dotnet/runtime Docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2022
1 parent f7553fd commit 4cffb15
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
Expand Up @@ -28,7 +28,7 @@ RUN \
dotnet publish -o output/ -r "${ARCH}" -v m -f net6.0 -c Release -p:PublishSingleFile=true --self-contained false

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

Expand Down

0 comments on commit 4cffb15

Please sign in to comment.