From d316fbf1c3b9122e2f409ee4ad10712e541eb367 Mon Sep 17 00:00:00 2001 From: Dependency bot Date: Mon, 19 Jan 2026 01:24:50 +0100 Subject: [PATCH] chore(deps): update node.js to bf22df2 (#734) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index effddfc..09077c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The main purpose of this Dockerfile is to install the `pnpm` package manager in the official Node.js image # and use an init script as the entrypoint of a custom image to build and run the documentation site. -FROM node:lts-slim@sha256:b83af04d005d8e3716f542469a28ad2947ba382f6b4a76ddca0827a21446a540 +FROM node:lts-slim@sha256:bf22df20270b654c4e9da59d8d4a3516cce6ba2852e159b27288d645b7a7eedc EXPOSE 8080/tcp SHELL [ "bash", "-c" ]