Skip to content

Commit

Permalink
Updated NodeJS in Dockerfile (mastodon#12492)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleeable authored and Gargron committed Nov 29, 2019
1 parent fd45f5b commit 6c2c2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM ubuntu:18.04 as build-dep
# Use bash for the shell
SHELL ["bash", "-c"]

# Install Node
ENV NODE_VER="12.11.1"
# Install Node v12 (LTS)
ENV NODE_VER="12.13.1"
RUN echo "Etc/UTC" > /etc/localtime && \
apt update && \
apt -y install wget python && \
Expand Down

0 comments on commit 6c2c2ee

Please sign in to comment.