Skip to content

Commit

Permalink
Merge pull request #40 from BrianAllred/dependabot/docker/dotnet/sdk-…
Browse files Browse the repository at this point in the history
…8.0.401-1

Bump dotnet/sdk from 8.0.401 to 8.0.401-1
  • Loading branch information
BrianAllred authored Sep 11, 2024
2 parents 3cf6823 + 8351534 commit 6548c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-1 AS build
WORKDIR /src
COPY TelegramVideoBot.csproj .
RUN dotnet restore
Expand Down

0 comments on commit 6548c00

Please sign in to comment.