Skip to content

Commit 2ebf757

Browse files
[Update] docker image to aspnet:9.0.9-alpine3.22
1 parent c3f580a commit 2ebf757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reqifviewer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN dotnet build "reqifviewer/reqifviewer.csproj" -c Release -o /app/build --no-
1010
FROM build AS publish
1111
RUN dotnet publish reqifviewer -c Release -o /app/publish
1212

13-
FROM mcr.microsoft.com/dotnet/aspnet:9.0.8-alpine3.22 AS final
13+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9-alpine3.22 AS final
1414

1515
WORKDIR /app
1616
RUN mkdir /app/logs

0 commit comments

Comments
 (0)