mirror of https://github.com/OWASP/Nettacker.git
Update Dockerfile - bump python to 3.11.13 (#1110)
bump python to 3.11.13
This commit is contained in:
parent
630de628b9
commit
070902df5c
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.11.11-slim
|
FROM python:3.11.13-slim
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y gcc libssl-dev && \
|
apt-get install -y gcc libssl-dev && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue