Skip to content

Commit fd2cca9

Browse files
committed
update npm version
1 parent 9553aeb commit fd2cca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN chmod +x ./jq ./yq
1313

1414
FROM node:14.15.4-stretch
1515

16-
RUN apt-get update && apt-get install curl git tar openssh-client && npm install -g @vue/cli
16+
RUN apt-get update && apt-get install curl git tar openssh-client && npm install -g npm@8.7.0
1717
COPY --from=builder /tmp/docker/docker /usr/bin/
1818
COPY --from=builder /tmp/jq /usr/bin/
1919
COPY --from=builder /tmp/yq /usr/bin/

0 commit comments

Comments
 (0)