Skip to content

Commit 907ff9a

Browse files
Bump dotnet/sdk from 8.0 to 9.0
Bumps dotnet/sdk from 8.0 to 9.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '9.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72701c6 commit 907ff9a

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
@@ -4,7 +4,7 @@ WORKDIR /app
44
EXPOSE 8080
55

66
# Usando a imagem SDK para build
7-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
7+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
88
WORKDIR /src
99
COPY ["CnpjApi.csproj", "."]
1010
RUN dotnet restore "./CnpjApi.csproj"

0 commit comments

Comments
 (0)