Skip to content

Commit 58a2b75

Browse files
chore(deps): Bump dotnet/sdk from 8.0.301 to 8.0.303 in /BaseBotService
Bumps dotnet/sdk from 8.0.301 to 8.0.303. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 942aca0 commit 58a2b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BaseBotService/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
44
WORKDIR /app
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0.301 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:8.0.303 AS build
77
WORKDIR /src
88
COPY ["BaseBotService/BaseBotService.csproj", "BaseBotService/"]
99
RUN dotnet restore "BaseBotService/BaseBotService.csproj"

0 commit comments

Comments
 (0)