mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-15 21:03:52 -07:00
chore(deps): update node.js to e8e2e91 (#766)
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/766 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org> Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
This commit is contained in:
parent
47bc63f657
commit
caaa1cde61
1 changed files with 1 additions and 1 deletions
|
|
@ -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:bf22df20270b654c4e9da59d8d4a3516cce6ba2852e159b27288d645b7a7eedc
|
||||
FROM node:lts-slim@sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb
|
||||
|
||||
EXPOSE 8080/tcp
|
||||
SHELL [ "bash", "-c" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue