mirror of https://github.com/huashengdun/webssh
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-NCURSES-5606599 - https://snyk.io/vuln/SNYK-ALPINE317-NCURSES-5606599 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5821141pull/331/head
parent
6378616fdb
commit
187b2bd8b5
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.0a6-alpine
|
||||
FROM python:3.12.0rc2-alpine
|
||||
|
||||
LABEL maintainer='<author>'
|
||||
LABEL version='0.0.0-dev.0-build.0'
|
||||
|
|
Loading…
Reference in New Issue