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"