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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-05-11 22:35:34 +09:00 committed by GitHub
parent 598c7fb0c4
commit cc3e293254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \