diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx
index 7b98b9b24..95d581e74 100644
--- a/.docfx/Dockerfile.docfx
+++ b/.docfx/Dockerfile.docfx
@@ -1,4 +1,4 @@
-FROM --platform=$BUILDPLATFORM nginx:1.27.4-alpine AS base
+FROM --platform=$BUILDPLATFORM nginx:1.28.0-alpine AS base
RUN rm -rf /usr/share/nginx/html/*
FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build
@@ -8,7 +8,7 @@ ADD [".", "docfx"]
RUN cd docfx; \
docfx build
-FROM nginx:1.27.4-alpine AS final
+FROM nginx:1.28.0-alpine AS final
WORKDIR /usr/share/nginx/html
COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 04ac629d9..97a21334b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,13 +5,12 @@
-
-
-
-
+
+
+
-
-
+
+
@@ -20,10 +19,10 @@
-
+
-
+
@@ -35,7 +34,7 @@
-
+
@@ -43,11 +42,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/testenvironments.json b/testenvironments.json
index 833c83623..7e9293b07 100644
--- a/testenvironments.json
+++ b/testenvironments.json
@@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
- "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.409-9.0.300"
+ "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.411-9.0.301"
}
]
}