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.
2 parents 7954656 + 12c3ccd commit d8654b5Copy full SHA for d8654b5
ci/image/Dockerfile
@@ -15,7 +15,7 @@ RUN yum update -y && yum install -y \
15
RUN mkdir /usr/share/node && cd /usr/share/node \
16
&& curl "https://nodejs.org/dist/v12.14.0/node-v12.14.0-linux-$(uname -m | sed 's/86_//; s/aarch/arm/').tar.xz" | tar xJ --strip-components=1 --
17
ENV PATH "$PATH:/usr/share/node/bin"
18
-RUN npm install -g yarn
+RUN npm install -g yarn@1.22.4
19
20
RUN curl -L "https://github.com/mvdan/sh/releases/download/v3.0.1/shfmt_v3.0.1_linux_$(uname -m | sed 's/x86_/amd/; s/aarch64/arm/')" > /usr/local/bin/shfmt \
21
&& chmod +x /usr/local/bin/shfmt
0 commit comments