Skip to content

Commit 2836c17

Browse files
Bump dotnet/sdk from 8.0-alpine to 9.0-alpine (#2584)
Bumps dotnet/sdk from 8.0-alpine to 9.0-alpine. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea48a92 commit 2836c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine as build
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine as build
22
WORKDIR /app
33
COPY . .
44
RUN dotnet restore

0 commit comments

Comments
 (0)