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-E2FSPROGS-3339842 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3188632 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314647 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314650 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314650pull/331/head
parent
266518cc18
commit
7bcceef27f
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.0a2-alpine
|
||||
FROM python:3.12.0a6-alpine
|
||||
|
||||
LABEL maintainer='<author>'
|
||||
LABEL version='0.0.0-dev.0-build.0'
|
||||
|
|
Loading…
Reference in New Issue