Skip to content

Commit bc1967d

Browse files
deps(docker)(deps): bump dotnet/sdk in /backend
Bumps dotnet/sdk from 9.0-alpine to 10.0-alpine. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3cb8138 commit bc1967d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simplified Dockerfile for ModernAPI Backend
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
33
WORKDIR /src
44

55
# Copy only production projects (exclude tests for faster builds)

backend/Dockerfile.original.backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Production-ready Dockerfile for ModernAPI Backend
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
33
WORKDIR /src
44

55
# Copy csproj files and restore dependencies (better layer caching)

0 commit comments

Comments
 (0)