0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00

⬆️ Update nodejs on exporter dockerfile

This commit is contained in:
Andrey Antukh 2023-03-19 18:09:06 +01:00
parent e96fc32cc1
commit 06f25c3950

View file

@ -3,7 +3,7 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
ENV LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8 \
NODE_VERSION=v18.12.1 \
NODE_VERSION=v18.15.0 \
DEBIAN_FRONTEND=noninteractive \
PATH=/opt/node/bin:$PATH