pull/331/merge
ahadley1124 2023-02-27 22:03:53 +08:00 committed by GitHub
commit 03014fb465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

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