chore(deps): pin dependencies
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user