Skip to content

Commit 1cbe4f8

Browse files
Update Docker
1 parent ffb3782 commit 1cbe4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Coding.Blog/Coding.Blog/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.1-bookworm-slim AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.2-bookworm-slim AS base
22
USER app
33
WORKDIR /app
44
EXPOSE 8080
55
EXPOSE 8081
66

7-
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim AS build
7+
FROM mcr.microsoft.com/dotnet/sdk:9.0.200-bookworm-slim AS build
88
ARG BUILD_CONFIGURATION=Release
99
WORKDIR /src
1010
COPY ["Coding.Blog/Coding.Blog/Coding.Blog.csproj", "Coding.Blog/Coding.Blog/"]

0 commit comments

Comments
 (0)