Skip to content

Commit db84075

Browse files
committed
fix: bump docker node version
1 parent c366bbb commit db84075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313

1414
RUN mkdir -p /usr/local/nvm
1515
ENV NVM_DIR /usr/local/nvm
16-
ENV NODE_VERSION 10.20.1
16+
ENV NODE_VERSION 14.18.2
1717
ENV NVM_INSTALL_PATH $NVM_DIR/versions/node/v$NODE_VERSION
1818
ENV WEBPACKER_NODE_MODULES_BIN_PATH=value
1919

0 commit comments

Comments
 (0)