We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeafcd commit b193f6dCopy full SHA for b193f6d
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
3
# Stage 1: Base image.
4
## Start with a base image containing NodeJS so we can build Docusaurus.
5
-FROM node:lts-slim as base
+FROM node:24.11.1-slim as base
6
## Enable corepack.
7
# RUN corepack enable
8
## Set the working directory to `/opt/docusaurus`.
0 commit comments