diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-11 17:25:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 17:25:06 +0200 |
commit | 4a364de500029676b9828ec596ed6c2a09cfb65c (patch) | |
tree | deb1c1549b7ad575074e5913aaad55d8a85d2ddf /Dockerfile | |
parent | 70b7ac9ff32a713e71a7ba6408a379b601c6839f (diff) | |
parent | 47ea9b2d677b380e09d79958ae1c988f031cdf75 (diff) |
Merge pull request #1585 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 8279e8735..fb596fdbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM ubuntu:20.04 as build-dep # Use bash for the shell SHELL ["/bin/bash", "-c"] -# Install Node v12 (LTS) -ENV NODE_VER="12.21.0" +# Install Node v14 (LTS) +ENV NODE_VER="14.17.4" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \ |