浏览代码

fix: zeronet/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342147
- https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342148
- https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342152
- https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342153
- https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342154
snyk-bot 3 年之前
父节点
当前提交
a78fc7ebd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zeronet/Dockerfile

+ 1 - 1
zeronet/Dockerfile

@@ -1,4 +1,4 @@
-FROM python:rc-alpine
+FROM python:3.10-alpine3.14
 
 #Base settings
 ENV HOME /root