We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f580a commit 2ebf757Copy full SHA for 2ebf757
1 file changed
reqifviewer/Dockerfile
@@ -10,7 +10,7 @@ RUN dotnet build "reqifviewer/reqifviewer.csproj" -c Release -o /app/build --no-
10
FROM build AS publish
11
RUN dotnet publish reqifviewer -c Release -o /app/publish
12
13
-FROM mcr.microsoft.com/dotnet/aspnet:9.0.8-alpine3.22 AS final
+FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-alpine3.22 AS final
14
15
WORKDIR /app
16
RUN mkdir /app/logs
0 commit comments