Skip to content

Commit 8904357

Browse files
committed
chore: update node to version 20 in the Dockerfile of the documentation website
1 parent d55f224 commit 8904357

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/brown-animals-accept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs": patch
3+
---
4+
5+
chore: update node to version 20 in the Dockerfile of the documentation website

packages/docs/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:18-alpine3.18 as base
5+
FROM node:20-alpine as base
66
## Disable colour output from yarn to make logs easier to read.
77
ENV FORCE_COLOR=0
88
## Enable corepack.

0 commit comments

Comments
 (0)