From 5c496fe840105a60bfba9786607586be9a4eeb6a Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 6 Feb 2025 19:54:37 +0100 Subject: [PATCH] Bumped ver --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8b3bbf..7de97de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.14.0-bookworm +FROM node:22.13.1-bookworm LABEL authorname="firq" LABEL description="unlighthouse container for ci-based lighthouse testing"