-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04e1ce8
commit 9f6fc42
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
ARG PYTHON_VERSION=3.11.7 | ||
FROM python:${PYTHON_VERSION}-slim-bookworm as base | ||
ARG PYTHON_VERSION=3.12.2 | ||
Check warning on line 1 in Dockerfile OX Security / ox-security/scan[email protected] is a base image defined in Dockerfile having 96 vulnerabilities. Top risk: CVE-2019-1010022 (CVSS:9.8, Buffer Overflow)
|
||
#FROM python:${PYTHON_VERSION}-slim as base | ||
FROM python:3.12.2-slim as base | ||
|
||
# Prevents Python from writing pyc files. | ||
ENV PYTHONDONTWRITEBYTECODE=1 | ||
|