]> cat aescling's git repositories - mastodon.git/commitdiff
Update Dockerfile (#16696)
authorShlee <github@shl.ee>
Mon, 13 Sep 2021 17:03:14 +0000 (01:03 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 17:03:14 +0000 (19:03 +0200)
Dockerfile

index fb596fdbfed31a358515dbb476b8ffa2a5f6af86..0b88b49a8e98a906ad0aa426a5a9f0e590e44d0e 100644 (file)
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["/bin/bash", "-c"]
 
 # Install Node v14 (LTS)
-ENV NODE_VER="14.17.4"
+ENV NODE_VER="14.17.6"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \