From 7fa52254a859b5265e5414f2bfa6ee86f9317000 Mon Sep 17 00:00:00 2001 From: Vijay N Date: Sat, 27 Jun 2026 17:09:09 +0530 Subject: [PATCH] Removed telnet to address CVE-2026-32746 vulnerability. --- docker/templates/base/latest/Dockerfile | 1 - docker/templates/build/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/docker/templates/base/latest/Dockerfile b/docker/templates/base/latest/Dockerfile index cd174252..f7061da9 100644 --- a/docker/templates/base/latest/Dockerfile +++ b/docker/templates/base/latest/Dockerfile @@ -26,7 +26,6 @@ RUN apt-get update && \ openjdk-11-jdk-headless \ python3-lxml \ sudo \ - telnet \ unzip \ # A bit large unfortunately (https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1884583) vim && \ diff --git a/docker/templates/build/Dockerfile b/docker/templates/build/Dockerfile index 01758ab7..30904388 100644 --- a/docker/templates/build/Dockerfile +++ b/docker/templates/build/Dockerfile @@ -34,7 +34,6 @@ RUN apt-get update && \ python3-lxml \ software-properties-common \ sudo \ - telnet \ unzip \ zip \ vim && \