From cc3e29325442c7848bef5bc4e89cfcff7113c8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:35:34 +0900 Subject: [PATCH] chore(deps): bump ubuntu from 24.04 to 26.04 in /docker/test-sshd (#334) Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/test-sshd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test-sshd/Dockerfile b/docker/test-sshd/Dockerfile index 918a82e..687d394 100644 --- a/docker/test-sshd/Dockerfile +++ b/docker/test-sshd/Dockerfile @@ -7,7 +7,7 @@ # sshd accept the bind-mounted key file regardless of host UID/GID # permissions — fine for a throwaway test container, never for prod. -FROM ubuntu:24.04 +FROM ubuntu:26.04 RUN apt-get update \ && apt-get install -y --no-install-recommends openssh-server iproute2 \