Skip to content

Commit 0eebc1a

Browse files
Bump dotnet/sdk from 8.0.302-1 to 8.0.401 in /LeetCode (#126)
Bumps dotnet/sdk from 8.0.302-1 to 8.0.401. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89f3620 commit 0eebc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetCode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
22
WORKDIR /app
33

4-
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-1 AS build
4+
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
55
WORKDIR /src
66

77
# Needed for target framework

0 commit comments

Comments
 (0)