File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Azure/HTML_to_PDF_Azure_app_service_docker/HTML_to_PDF_Azure_app_service_docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22
3- FROM mcr.microsoft.com/dotnet/aspnet:6 .0 AS base
3+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
44RUN apt-get update && \
55apt-get install -yq --no-install-recommends \
66libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \
@@ -14,7 +14,7 @@ EXPOSE 80
1414EXPOSE 443
1515
1616
17- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build
17+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
1818WORKDIR /src
1919COPY ["HTML_to_PDF_Azure_app_service_docker/HTML_to_PDF_Azure_app_service_docker.csproj" , "HTML_to_PDF_Azure_app_service_docker/" ]
2020RUN dotnet restore "HTML_to_PDF_Azure_app_service_docker/HTML_to_PDF_Azure_app_service_docker.csproj"
You can’t perform that action at this time.
0 commit comments