mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-18 17:03:48 -05:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241040
This commit is contained in:
parent
e873e25b53
commit
261228bbd4
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.13.0a3-alpine3.18
|
||||
FROM python:3.13.0a4-alpine3.18
|
||||
|
||||
RUN apk upgrade && apk add curl && apk upgrade busybox # CVE-2022-48174
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user