mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
PLTF-327: upgrade enterprise nodejs to v24 LTS (#13507)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -10,7 +10,7 @@ LABEL com.datadoghq.tags.env="${DD_ENV}"
|
|||||||
# Apply security updates to fix CVEs
|
# Apply security updates to fix CVEs
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y curl && \
|
apt-get install -y curl && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
apt-get install -y jq gettext && \
|
apt-get install -y jq gettext && \
|
||||||
# Apply security updates for packages with available fixes
|
# Apply security updates for packages with available fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user