Skip to content

Commit c4d6c60

Browse files
build(deps): bump dotnet/aspnet from 8.0 to 10.0 in /backend
Bumps dotnet/aspnet from 8.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da38f9a commit c4d6c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . ./
1111
RUN dotnet publish -c Release -o out
1212

1313
# Etapa 2: Runtime
14-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
14+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
1515
WORKDIR /app
1616

1717
# Copia os arquivos compilados da etapa anterior

0 commit comments

Comments
 (0)