Skip to content

Commit

Permalink
Update Dockerfile (mastodon#18717)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleeable committed Jun 27, 2022
1 parent 829b978 commit 602f291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# Install Node v16 (LTS)
ENV NODE_VER="16.14.2"
ENV NODE_VER="16.15.1"
RUN ARCH= && \
dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
Expand Down

0 comments on commit 602f291

Please sign in to comment.