We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942aca0 commit 58a2b75Copy full SHA for 58a2b75
BaseBotService/Dockerfile
@@ -3,7 +3,7 @@
3
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
4
WORKDIR /app
5
6
-FROM mcr.microsoft.com/dotnet/sdk:8.0.301 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS build
7
WORKDIR /src
8
COPY ["BaseBotService/BaseBotService.csproj", "BaseBotService/"]
9
RUN dotnet restore "BaseBotService/BaseBotService.csproj"
0 commit comments