0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

⬆️ Update nodejs version on docker images.

This commit is contained in:
Andrey Antukh 2022-02-07 11:40:53 +01:00
parent 341caa3489
commit 46250e6fab

View file

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
NODE_VERSION=v14.17.5 \
NODE_VERSION=v16.13.1 \
PENPOT_BROWSER_EXECUTABLE_PATH=/usr/bin/chromium
RUN set -ex; \