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