From b53dcb3e53c6f1dd470eb94c5231e2960982f8e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Sep 2025 06:38:17 +0000 Subject: [PATCH] fix: 4.Application Lifecycle Management/2.Docker_commands_entrypoints/Ubuntu_Sleeper_plain_CMD/Entrypoint/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 --- .../Ubuntu_Sleeper_plain_CMD/Entrypoint/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.Application Lifecycle Management/2.Docker_commands_entrypoints/Ubuntu_Sleeper_plain_CMD/Entrypoint/Dockerfile b/4.Application Lifecycle Management/2.Docker_commands_entrypoints/Ubuntu_Sleeper_plain_CMD/Entrypoint/Dockerfile index c24ed15..e87d3d4 100644 --- a/4.Application Lifecycle Management/2.Docker_commands_entrypoints/Ubuntu_Sleeper_plain_CMD/Entrypoint/Dockerfile +++ b/4.Application Lifecycle Management/2.Docker_commands_entrypoints/Ubuntu_Sleeper_plain_CMD/Entrypoint/Dockerfile @@ -1,3 +1,3 @@ -FROM ubuntu +FROM ubuntu:24.10 ENTRYPOINT ["sleep"] CMD ["50"] \ No newline at end of file