diff --git a/enterprise/Dockerfile b/enterprise/Dockerfile index 56e4ff2124..2de330d9f8 100644 --- a/enterprise/Dockerfile +++ b/enterprise/Dockerfile @@ -10,7 +10,7 @@ LABEL com.datadoghq.tags.env="${DD_ENV}" # Apply security updates to fix CVEs RUN apt-get update && \ 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 jq gettext && \ # Apply security updates for packages with available fixes