Skip to content

Commit f7f6d84

Browse files
committed
update node to v18
1 parent b315060 commit f7f6d84

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
@@ -8,7 +8,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
88
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
99
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
1010
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && \
11-
curl -sL https://deb.nodesource.com/setup_17.x | bash - && \
11+
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
1212
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
1313
sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && \
1414
apt-get update && \

0 commit comments

Comments
 (0)