diff --git a/ui-playwright/Dockerfile b/ui-playwright/Dockerfile
index d3e8436..6b17f63 100644
--- a/ui-playwright/Dockerfile
+++ b/ui-playwright/Dockerfile
@@ -1,4 +1,4 @@
-FROM mcr.microsoft.com/playwright:v1.51.1-jammy
+FROM mcr.microsoft.com/playwright:v1.52.0-jammy
 
 RUN apt -y update \
     && apt -y --no-install-recommends install curl libnss3-tools \