Skip to content

Commit

Permalink
Merge pull request #1229 from Aguafrommars/snyk-fix-f2c9f1e47a86f2acb…
Browse files Browse the repository at this point in the history
…b1a436eff5852c5

[Snyk] Security upgrade nginx from 1.25.3 to 1.25.5
  • Loading branch information
aguacongas committed Apr 28, 2024
2 parents dd47511 + b68f848 commit e6892ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aguacongas.TheIdServer.BlazorApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM build AS publish
ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "./Aguacongas.TheIdServer.BlazorApp.csproj" -c "$BUILD_CONFIGURATION" -o /app/publish /p:UseAppHost=false -p:FileVersion="$FILE_VERSION" -p:SourceRevisionId="$SOURCE_VERSION"

FROM nginx:1.25.3 AS final
FROM nginx:1.25.5 AS final
WORKDIR /usr/share/nginx/html
COPY --from=publish /app/publish/wwwroot .
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf

0 comments on commit e6892ab

Please sign in to comment.