Upgrade to Dotnet 8.0 LangVer 12

This commit is contained in:
2024-09-16 21:11:50 +02:00
parent 7f3754fb64
commit 600b56033d
4 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG DOTNET=7.0
ARG DOTNET=8.0
FROM mcr.microsoft.com/dotnet/runtime:$DOTNET AS base
WORKDIR /publish