From de955eff81746aa4741f6c5616f27c959317db4a Mon Sep 17 00:00:00 2001 From: Sergei Pashkevich <65038584+iBombit@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:15:09 +0300 Subject: [PATCH] updated ui image to LH v12.5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d20a82..8424795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ibombit/lighthouse-puppeteer-chrome:12.4.0-alpine +FROM ibombit/lighthouse-puppeteer-chrome:12.5.1-alpine # Update packages and install dependencies RUN apk update && apk add --no-cache python3 py3-pip