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-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-KRB5-8366395 - https://snyk.io/vuln/SNYK-ALPINE318-KRB5-8366393 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386pull/331/head^2
parent
b3218129b1
commit
ac1f643d17
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.0rc2-alpine
|
||||
FROM python:3.14.0a3-alpine
|
||||
|
||||
LABEL maintainer='<author>'
|
||||
LABEL version='0.0.0-dev.0-build.0'
|
||||
|
|
Loading…
Reference in New Issue