Skip to content

Commit

Permalink
Merge pull request #135 from Aguafrommars/snyk-fix-865f879ea169a88728…
Browse files Browse the repository at this point in the history
…a0216ad3f31b6a

[Snyk] Security upgrade nginx from 1.21 to stable
  • Loading branch information
aguacongas authored May 28, 2022
2 parents 623f7ae + b272040 commit 28af43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheIdServer.IS4/src/TIS.BlazorApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dotnet build "TIS.BlazorApp.csproj" -c Release -o /app/build
FROM build AS publish
RUN dotnet publish "TIS.BlazorApp.csproj" -c Release -o /app/publish

FROM nginx:1.21 AS final
FROM nginx:stable AS final
WORKDIR /usr/share/nginx/html
COPY --from=publish /app/publish/wwwroot .
COPY --from=build /src/src/TIS.BlazorApp/nginx.conf /etc/nginx/nginx.conf

0 comments on commit 28af43f

Please sign in to comment.