diff --git a/Dockerfile b/Dockerfile index a9a1c8c..71f7a18 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:0afb7822fac7bf9d7c1bf3b6e6c496dee6b2b64d8dfa365501a3c68e8eba94b2 +FROM node:lts-slim@sha256:b83af04d005d8e3716f542469a28ad2947ba382f6b4a76ddca0827a21446a540 EXPOSE 8080/tcp SHELL [ "bash", "-c" ]