From 56ceeb93880f78ccbe63c0f99bc91a2c14bb8716 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Tue, 4 Aug 2026 00:03:47 +0000 Subject: [PATCH] chore(deps): update node.js to cd84903 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93bd2ff..482c053 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:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd37b7e9a7285cf83b6951452d +FROM node:lts-slim@sha256:cd84903a12dbd26b46f1f3b8144a2568c41c5d37ddd0c7a80a34c7a19786b35f EXPOSE 8080/tcp SHELL [ "bash", "-c" ]