We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bacbc8 commit e2d007bCopy full SHA for e2d007b
examples/docker-image-builds/images/node.Dockerfile
@@ -5,7 +5,7 @@ FROM coder-base:v0.1
5
USER root
6
7
# Install Node
8
-RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
9
RUN DEBIAN_FRONTEND="noninteractive" apt-get update -y && \
10
apt-get install -y nodejs
11
0 commit comments