We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984e86a commit e88b5d2Copy full SHA for e88b5d2
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /doc
7
COPY ./doc/sphinx/ /doc/sphinx/
8
RUN cd /doc/sphinx && pip install -r requirements.txt && make html
9
10
-FROM node:16-buster as remote-terminal
+FROM node:20-bookworm AS remote-terminal
11
12
RUN apt-get update -y && apt-get install -y build-essential flex bison
13
0 commit comments