chore(deps): pin dependencies

This commit is contained in:
Renovate Bot
2026-09-20 22:04:28 +00:00
parent 53cc57e4ee
commit 97029f8481
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
ssh:
image: lscr.io/linuxserver/openssh-server:latest
image: lscr.io/linuxserver/openssh-server:latest@sha256:946fa26105e0ec212fdf821b9ddc59aab65f2c2d07c02b25ff0f5001fc332ff0
networks:
- proxy
environment:
@@ -22,7 +22,7 @@ services:
# that content can be transferred through the unprivileged sshd process
# using `scp` etc.
sshstart:
image: lscr.io/linuxserver/openssh-server:latest
image: lscr.io/linuxserver/openssh-server:latest@sha256:946fa26105e0ec212fdf821b9ddc59aab65f2c2d07c02b25ff0f5001fc332ff0
user: root
depends_on:
- ssh