Skip to content

Commit df9a52b

Browse files
build(deps): Bump dotnet/sdk in /EssentialCSharp.Web
Bumps dotnet/sdk from 9.0.302 to 9.0.303. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.303 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52f77b3 commit df9a52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EssentialCSharp.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:9.0.302 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:9.0.303 AS build
99
ARG ACCESS_TO_NUGET_FEED=true
1010
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
1111
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"

0 commit comments

Comments
 (0)