chore(deps): update node.js to bf22df2 (#734)

This commit is contained in:
Dependency bot 2026-01-19 01:24:50 +01:00
parent a25134a172
commit d316fbf1c3

View file

@ -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" ]