Skip to content

Commit b193f6d

Browse files
committed
feat: node sticky lts version
1 parent 6aeafcd commit b193f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Stage 1: Base image.
44
## Start with a base image containing NodeJS so we can build Docusaurus.
5-
FROM node:lts-slim as base
5+
FROM node:24.11.1-slim as base
66
## Enable corepack.
77
# RUN corepack enable
88
## Set the working directory to `/opt/docusaurus`.

0 commit comments

Comments
 (0)