mirror of https://github.com/OWASP/Nettacker.git
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:
parent
c0962bcd9d
commit
f257381c2a
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue