Skip to content

Commit e88b5d2

Browse files
committed
raising docker build
1 parent 984e86a commit e88b5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /doc
77
COPY ./doc/sphinx/ /doc/sphinx/
88
RUN cd /doc/sphinx && pip install -r requirements.txt && make html
99

10-
FROM node:16-buster as remote-terminal
10+
FROM node:20-bookworm AS remote-terminal
1111

1212
RUN apt-get update -y && apt-get install -y build-essential flex bison
1313

0 commit comments

Comments
 (0)