Skip to content

Commit 0c2c513

Browse files
authored
Merge 9098eb1 into 4f715cc
2 parents 4f715cc + 9098eb1 commit 0c2c513

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
@@ -40,7 +40,7 @@ RUN dotnet build "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/bu
4040
FROM build AS publish
4141
RUN dotnet publish "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/publish -p:FileVersion=$FILE_VERSION -p:SourceRevisionId=$SOURCE_VERSION
4242

43-
FROM nginx:1.24 AS final
43+
FROM nginx:1.25.2 AS final
4444
WORKDIR /usr/share/nginx/html
4545
COPY --from=publish /app/publish/wwwroot .
4646
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)