Skip to content

Commit e2d007b

Browse files
committed
use node 14, like readme
1 parent 6bacbc8 commit e2d007b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-image-builds/images/node.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM coder-base:v0.1
55
USER root
66

77
# Install Node
8-
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
8+
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
99
RUN DEBIAN_FRONTEND="noninteractive" apt-get update -y && \
1010
apt-get install -y nodejs
1111

0 commit comments

Comments
 (0)