Browse Source

更新 '16/Dockerfile'

main
凌文龙 2 years ago
parent
commit
ee9eae4cb2
  1. 2
      16/Dockerfile

2
16/Dockerfile

@ -4,7 +4,7 @@ ENV NODE_VERSION 16.14.2
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
&& apk add --no-cache nodejs==16.14.2-r0 npm yarn \
&& apk add --no-cache nodejs==${NODE_VERSION}-r0 npm yarn \
&& node --version \
&& npm --version \
&& yarn --version \

Loading…
Cancel
Save