diff --git a/eng/Versions.props b/eng/Versions.props
index a3d96004036a..71f15ac50fa6 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -304,7 +304,7 @@
13.0.3
13.0.4
2.5.2
- 1.53.0
+ 1.54.0
3.0.0
7.2.4
4.34.0
diff --git a/src/Components/benchmarkapps/Wasm.Performance/dockerfile b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
index c4a38b599179..431607d445e2 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.53.0-jammy-amd64 AS final
+FROM mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64 AS final
COPY --from=build ./app ./
COPY ./exec.sh ./