From 9b1b9440a0c8e0e739211c78d15268206dee88ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:47:09 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- demo-targets/dummy-ssh/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-targets/dummy-ssh/container/Dockerfile b/demo-targets/dummy-ssh/container/Dockerfile index d48d82562e..08461af1c6 100644 --- a/demo-targets/dummy-ssh/container/Dockerfile +++ b/demo-targets/dummy-ssh/container/Dockerfile @@ -4,7 +4,7 @@ # From https://gdevillele.github.io/engine/examples/running_ssh_service/ # This file is authored by Docker Inc. and is not covered by the Apache2 Licence by the secureCodeBox project. -FROM ubuntu:16.04 +FROM ubuntu:24.04 RUN apt-get update && apt-get install -y openssh-server RUN mkdir /var/run/sshd