Skip to content

Commit 4560707

Browse files
committed
fix: src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-PCRE2-13637025
1 parent a37712e commit 4560707

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)