We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b315060 commit f7f6d84Copy full SHA for f7f6d84
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
8
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
9
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
10
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 - && \
+ curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
12
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
13
sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && \
14
apt-get update && \
0 commit comments