From 0146c9764c033f0e05694147f5a834c7b64de173 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 6 Feb 2025 20:28:47 +0100 Subject: [PATCH] fix ver --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5716327..4aad201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.13.1-bookworm-slim +FROM node:22.13.1-bookworm LABEL authorname="firq" LABEL description="unlighthouse container for ci-based lighthouse testing"