diff --git a/Dockerfile b/Dockerfile index f31c264..b391d08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 RUN apt update && apt install -y vim cmake pkg-config RUN apt install -y mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev diff --git a/public_image/Dockerfile b/public_image/Dockerfile index 82ca931..5c493f7 100644 --- a/public_image/Dockerfile +++ b/public_image/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 RUN apt update && apt install -y vim cmake pkg-config RUN apt install -y mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev diff --git a/public_image/requirements.txt b/public_image/requirements.txt index 6711e1c..291e5ba 100644 --- a/public_image/requirements.txt +++ b/public_image/requirements.txt @@ -1 +1 @@ -codequest22==1.0.2 \ No newline at end of file +codequest22==1.0.4 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index dea4bef..f591143 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests boto3 -codequest22==1.0.2 +codequest22==1.0.4 pytz \ No newline at end of file