Skip to content

Commit db764c5

Browse files
committed
Update Node version
1 parent 73519b9 commit db764c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile_build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN apt-get update && \
1717
ln -s /usr/local/go/bin/go /usr/bin/go && \
1818
ln -s /usr/local/go/bin/gofmt /usr/bin/gofmt
1919

20-
# 18 is the latest LTS version of NodeJS
21-
ENV NODE_MAJOR=18
20+
# 22 is the latest LTS version of NodeJS
21+
ENV NODE_MAJOR=22
2222

2323
# Add nodesource to apt sources and install nodejs
2424
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list &&\

0 commit comments

Comments
 (0)