We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09a4b4 commit 2c7a418Copy full SHA for 2c7a418
1 file changed
DocuSign.Workspaces/DocuSign.Workspaces/Dockerfile
@@ -1,6 +1,6 @@
1
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
3
-FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim AS base
+FROM mcr.microsoft.com/dotnet/aspnet:8.0-bullseye-slim AS base
4
5
WORKDIR /app
6
EXPOSE 80
@@ -14,7 +14,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
14
RUN apt-get update && apt-get install nodejs -y
15
RUN npm install -g @angular/cli && npm update
16
17
-FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye-slim AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0-bullseye-slim AS build
18
19
WORKDIR /src
20
COPY ["DocuSign.Workspaces/*.sln", "DocuSign.Workspaces/"]
0 commit comments