Skip to content

Commit 5bc98c0

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] <support@github.com>
1 parent ea37a92 commit 5bc98c0

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
@@ -8,7 +8,7 @@ ENV ASPNETCORE_URLS=http://+:8080
88
ENV ASPNETCORE_ENVIRONMENT=Production
99

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

0 commit comments

Comments
 (0)