diff --git a/eng/Versions.props b/eng/Versions.props
index a1eeec2a526b..46ac32c16120 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -318,8 +318,8 @@
1.49.0
3.0.0
7.2.4
- 4.28.0
- 4.28.0
+ 4.29.0
+ 4.29.0
1.4.0
4.0.0
2.7.27
diff --git a/src/Components/benchmarkapps/Wasm.Performance/dockerfile b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
index e210c5cb2b07..2a192b6177e0 100644
--- a/src/Components/benchmarkapps/Wasm.Performance/dockerfile
+++ b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
@@ -29,7 +29,7 @@ RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Compo
RUN chmod +x /app/Wasm.Performance.Driver
WORKDIR /app
-FROM mcr.microsoft.com/playwright/dotnet:v1.49.0-jammy-amd64 AS final
+FROM mcr.microsoft.com/playwright/dotnet:v1.50.0-jammy-amd64 AS final
COPY --from=build ./app ./
COPY ./exec.sh ./