mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-20 08:04:00 -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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user