diff --git a/Dockerfile b/Dockerfile index da5ece74..5efa9618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python 3.12 runtime as a parent image -FROM python:3.12-slim +FROM python:3.12.10-slim # Set the working directory in the container ENV DESTINATION_DIR=/aidojo diff --git a/NetSecGameAgents b/NetSecGameAgents index 6c27fa4d..ee49ce35 160000 --- a/NetSecGameAgents +++ b/NetSecGameAgents @@ -1 +1 @@ -Subproject commit 6c27fa4d84bee0841b90a728fd86d996a2d17c88 +Subproject commit ee49ce35de8ee3ba54adca8f2d5fc695d46b3508 diff --git a/docs/index.md b/docs/index.md index f17fdd3b..bd9c38cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ It is recommended to install the NetSecGame in a virual environement: ### Python venv 1. ```bash -python -m venv +python -m venv ``` 2. ```bash @@ -17,7 +17,7 @@ source /bin/activate ### Conda 1. ```bash -conda create --name aidojo python==3.12 +conda create --name aidojo python==3.12.10 ``` 2. ```bash