Skip to content

Commit 1732a86

Browse files
authored
Merge pull request #1427 from Aguafrommars/snyk-fix-bf6d7ab77771cf1ffe92bb0b6b1a3868
[Snyk] Security upgrade nginx from 1.29.2-alpine3.22-slim to 1.29.3-alpine3.22-slim
2 parents a37712e + 4560707 commit 1732a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aguacongas.TheIdServer.BlazorApp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FROM build AS publish
4141
ARG BUILD_CONFIGURATION=Release
4242
RUN dotnet publish "./Aguacongas.TheIdServer.BlazorApp.csproj" -c "$BUILD_CONFIGURATION" -o /app/publish /p:UseAppHost=false -p:FileVersion="$FILE_VERSION" -p:SourceRevisionId="$SOURCE_VERSION"
4343

44-
FROM nginx:1.29.2-alpine3.22-slim AS final
44+
FROM nginx:1.29.3-alpine3.22-slim AS final
4545
WORKDIR /usr/share/nginx/html
4646
COPY --from=publish /app/publish/wwwroot .
4747
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)