chore(deps): update node.js to 6f7b03f (#851)

Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/851
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
Dependency bot 2026-07-20 09:49:53 +02:00 committed by Robert Wolff
parent 91c096ffe1
commit 69c40e100a

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:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb
FROM node:lts-slim@sha256:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd37b7e9a7285cf83b6951452d
EXPOSE 8080/tcp
SHELL [ "bash", "-c" ]