mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 06:52:07 +00:00
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:
parent
598c7fb0c4
commit
cc3e293254
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue