File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Phonebook.Source.PeopleSoft 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/core/aspnet:3.1-buster-slim AS base
3+ FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim@sha256:a9e160dbf5ed62c358f18af8c4daf0d7c0c30f203c0dd8dff94a86598c80003b AS base
44WORKDIR /app
55EXPOSE 80
66EXPOSE 443
77
8- FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
8+ FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster@sha256:d81d9ab0253c2c578578b2032955984562684c182e3a15dacc3bbdb31260d4e4 AS build
99WORKDIR /src
1010COPY ["src/Phonebook.Source.PeopleSoft/Phonebook.Source.PeopleSoft.csproj" , "src/Phonebook.Source.PeopleSoft/" ]
1111COPY ["src/Phonebook.Source.PeopleSoft.Models/Phonebook.Source.PeopleSoft.Models.csproj" , "src/Phonebook.Source.PeopleSoft.Models/" ]
You can’t perform that action at this time.
0 commit comments