Skip to content

Commit a6ee167

Browse files
Fix docker file issue
1 parent 4cee70c commit a6ee167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MessagingService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
44
WORKDIR /app
55

6-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-ca-patch-buster-slim AS build
77
WORKDIR /src
88
COPY ["MessagingService/NuGet.Config", "."]
99
COPY ["MessagingService/MessagingService.csproj", "MessagingService/"]

0 commit comments

Comments
 (0)