Skip to content

Commit ad1507a

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN dotnet restore ModernAPI.API/ModernAPI.API.csproj --verbosity minimal || \
1515
RUN dotnet publish ModernAPI.API/ModernAPI.API.csproj -c Release -o /app/publish --no-restore
1616

1717
# Runtime
18-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS runtime
18+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS runtime
1919
WORKDIR /app
2020

2121
# Install curl for health checks

backend/Dockerfile.original.backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY . .
1414
RUN dotnet publish ModernAPI.API/ModernAPI.API.csproj -c Release -o /app/publish --no-restore
1515

1616
# Runtime
17-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS runtime
17+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS runtime
1818
WORKDIR /app
1919

2020
# Create non-root user for security

0 commit comments

Comments
 (0)