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-EXPAT-3062883pull/331/merge^2
parent
4aec063197
commit
69f2974141
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3-alpine
|
FROM python:3.12.0a1-alpine
|
||||||
|
|
||||||
LABEL maintainer='<author>'
|
LABEL maintainer='<author>'
|
||||||
LABEL version='0.0.0-dev.0-build.0'
|
LABEL version='0.0.0-dev.0-build.0'
|
||||||
|
|
Loading…
Reference in New Issue