Skip to content

Commit 2d64ee8

Browse files
fix node-fibers branchname
1 parent 5e0424e commit 2d64ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.Fibers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN which node
2323
RUN node -v
2424
RUN node -p "process.arch"
2525
RUN echo -------------------
26-
RUN git clone --branch jackstrohm_node22_fibers --depth 1 https://github.com/asana/node-fibers.git node-fibers
26+
RUN git clone --branch jackstrohm_node20_fibers --depth 1 https://github.com/asana/node-fibers.git node-fibers
2727

2828
WORKDIR /usr/src/node/node-fibers
2929
RUN npm install --nodedir="/usr/src/node/node-install/usr/local"

0 commit comments

Comments
 (0)