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:
parent
341caa3489
commit
46250e6fab
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue