upgrade to .net 8
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0
|
||||
RUN apt-get update && apt-get install -y libfontconfig1
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user