mirror of https://github.com/huashengdun/webssh
Merge 266518cc18
into bb2fba30f3
commit
03014fb465
|
@ -1,4 +1,4 @@
|
|||
FROM python:3-alpine
|
||||
FROM python:3.12.0a2-alpine
|
||||
|
||||
LABEL maintainer='<author>'
|
||||
LABEL version='0.0.0-dev.0-build.0'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
paramiko==2.10.4
|
||||
tornado==5.1.1; python_version < '3.5'
|
||||
tornado==6.1.0; python_version >= '3.5'
|
||||
cryptography>=39.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
Loading…
Reference in New Issue