From 754a13c390cc3086474cc895d11eac9dfce9c172 Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 10:18:40 +0200 Subject: [PATCH 1/8] Update the python version needed --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 7a1c0336e6533b2adbeb264d16992c8987b2abca Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 10:19:19 +0200 Subject: [PATCH 2/8] Update python version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 8a0766eff3e4f0f72288130111068b94b921ec61 Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 10:20:57 +0200 Subject: [PATCH 3/8] New agents commit --- NetSecGameAgents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSecGameAgents b/NetSecGameAgents index 6c27fa4d..975c74ab 160000 --- a/NetSecGameAgents +++ b/NetSecGameAgents @@ -1 +1 @@ -Subproject commit 6c27fa4d84bee0841b90a728fd86d996a2d17c88 +Subproject commit 975c74ab53fef13711fe3d4ed2b57ac9c5bf08fb From 9f03432001ff9780fb39b51a4031fd9a839a694c Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 11:15:02 +0200 Subject: [PATCH 4/8] New agents commit --- NetSecGameAgents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSecGameAgents b/NetSecGameAgents index 975c74ab..ee49ce35 160000 --- a/NetSecGameAgents +++ b/NetSecGameAgents @@ -1 +1 @@ -Subproject commit 975c74ab53fef13711fe3d4ed2b57ac9c5bf08fb +Subproject commit ee49ce35de8ee3ba54adca8f2d5fc695d46b3508 From 0fbafeacd2d753452e0f7249458083710a185b9f Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 10:18:40 +0200 Subject: [PATCH 5/8] Update the python version needed --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 8a0278f4ca3ce987285260667af670c2ad361eea Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 10:19:19 +0200 Subject: [PATCH 6/8] Update python version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9ddd6dcff89dfa73700a56a4200c2cba2e007946 Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 10:20:57 +0200 Subject: [PATCH 7/8] New agents commit --- NetSecGameAgents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSecGameAgents b/NetSecGameAgents index 6c27fa4d..975c74ab 160000 --- a/NetSecGameAgents +++ b/NetSecGameAgents @@ -1 +1 @@ -Subproject commit 6c27fa4d84bee0841b90a728fd86d996a2d17c88 +Subproject commit 975c74ab53fef13711fe3d4ed2b57ac9c5bf08fb From 08eeef95ec803dce40dd9871ef646543f2c6a5c5 Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Wed, 13 Aug 2025 11:15:02 +0200 Subject: [PATCH 8/8] New agents commit --- NetSecGameAgents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSecGameAgents b/NetSecGameAgents index 975c74ab..ee49ce35 160000 --- a/NetSecGameAgents +++ b/NetSecGameAgents @@ -1 +1 @@ -Subproject commit 975c74ab53fef13711fe3d4ed2b57ac9c5bf08fb +Subproject commit ee49ce35de8ee3ba54adca8f2d5fc695d46b3508