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-ALPINE316-KRB5-3136432pull/331/merge^2^2
parent
685a82c3ac
commit
733fbb6342
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.0a1-alpine
|
||||
FROM python:3.12.0a2-alpine
|
||||
|
||||
LABEL maintainer='<author>'
|
||||
LABEL version='0.0.0-dev.0-build.0'
|
||||
|
|
Loading…
Reference in New Issue