We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f715cc + 9098eb1 commit 0c2c513Copy full SHA for 0c2c513
src/Aguacongas.TheIdServer.BlazorApp/Dockerfile
@@ -40,7 +40,7 @@ RUN dotnet build "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/bu
40
FROM build AS publish
41
RUN dotnet publish "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/publish -p:FileVersion=$FILE_VERSION -p:SourceRevisionId=$SOURCE_VERSION
42
43
-FROM nginx:1.24 AS final
+FROM nginx:1.25.2 AS final
44
WORKDIR /usr/share/nginx/html
45
COPY --from=publish /app/publish/wwwroot .
46
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf
0 commit comments