mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
⬆️ Update nodejs version across docker images
This commit is contained in:
parent
e2b52d88fc
commit
f38d6cf0f2
@ -32,7 +32,7 @@ RUN set -ex; \
|
|||||||
|
|
||||||
FROM base AS setup-node
|
FROM base AS setup-node
|
||||||
|
|
||||||
ENV NODE_VERSION=v24.16.0 \
|
ENV NODE_VERSION=v24.18.0 \
|
||||||
PATH=/opt/node/bin:$PATH
|
PATH=/opt/node/bin:$PATH
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
|
|||||||
@ -3,7 +3,7 @@ LABEL maintainer="Penpot <docker@penpot.app>"
|
|||||||
|
|
||||||
ENV LANG=en_US.UTF-8 \
|
ENV LANG=en_US.UTF-8 \
|
||||||
LC_ALL=en_US.UTF-8 \
|
LC_ALL=en_US.UTF-8 \
|
||||||
NODE_VERSION=v24.16.0 \
|
NODE_VERSION=v24.18.0 \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
PATH=/opt/node/bin:/opt/imagick/bin:$PATH \
|
PATH=/opt/node/bin:/opt/imagick/bin:$PATH \
|
||||||
PLAYWRIGHT_BROWSERS_PATH=/opt/penpot/browsers
|
PLAYWRIGHT_BROWSERS_PATH=/opt/penpot/browsers
|
||||||
|
|||||||
@ -3,7 +3,7 @@ LABEL maintainer="Penpot <docker@penpot.app>"
|
|||||||
|
|
||||||
ENV LANG=en_US.UTF-8 \
|
ENV LANG=en_US.UTF-8 \
|
||||||
LC_ALL=en_US.UTF-8 \
|
LC_ALL=en_US.UTF-8 \
|
||||||
NODE_VERSION=v22.21.1 \
|
NODE_VERSION=v24.18.0 \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
PATH=/opt/node/bin:$PATH \
|
PATH=/opt/node/bin:$PATH \
|
||||||
PENPOT_MCP_SERVER_HOST=0.0.0.0
|
PENPOT_MCP_SERVER_HOST=0.0.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user