mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-19 01:13:31 -05:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
This commit is contained in:
parent
f5606a20dc
commit
2efb9a7807
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.0-alpine3.18
|
||||
FROM python:3.13.0a3-alpine3.18
|
||||
|
||||
COPY . /app
|
||||
COPY requirements.txt /app/src
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user