Skip to content

Commit f834fdb

Browse files
committed
Revert "update drupal hugo and node"
This reverts commit 752ad10.
1 parent e5262a6 commit f834fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo-node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN curl -L -o /tmp/node.tar.xz "https://nodejs.org/dist/${NODE_VERSION}/node-${
2020
&& ln -s /usr/local/lib/nodejs/node-${NODE_VERSION}-linux-x64/bin/node /usr/bin/node \
2121
&& ln -s /usr/local/lib/nodejs/node-${NODE_VERSION}-linux-x64/bin/npm /usr/bin/npm \
2222
&& ln -s /usr/local/lib/nodejs/node-${NODE_VERSION}-linux-x64/bin/npx /usr/bin/npx \
23-
&& npm install -g yarn@1.22.19 \
23+
&& npm install -g yarn \
2424
&& ln -s /usr/local/lib/nodejs/node-${NODE_VERSION}-linux-x64/bin/yarn /usr/bin/yarn
2525

2626
RUN curl -L -o /tmp/hugo.deb "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_FILENAME}" \

0 commit comments

Comments
 (0)