Update Dockerfile - bump python to 3.11.11 (#1021)

bumping python image to 3.11.11

Signed-off-by: Sam Stepanyan <sam.stepanyan@owasp.org>
This commit is contained in:
Sam Stepanyan 2025-02-21 20:45:08 +00:00 committed by GitHub
parent c0962bcd9d
commit f257381c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.10-slim
FROM python:3.11.11-slim
RUN apt-get update && \
apt-get install -y gcc libssl-dev && \