Skip to content

Commit

Permalink
Update nodejs in Dockerfile (mastodon#12052)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleeable authored and Gargron committed Oct 2, 2019
1 parent 3abe003 commit f8a0c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
SHELL ["bash", "-c"]

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

0 comments on commit f8a0c00

Please sign in to comment.