From db30fb6b790b5d2b8d1eb333309d7002a20bdccb Mon Sep 17 00:00:00 2001 From: Suh-Edmond Date: Thu, 30 Jan 2025 16:15:23 +0100 Subject: [PATCH 1/7] add dummy text --- dummy.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dummy.txt diff --git a/dummy.txt b/dummy.txt new file mode 100644 index 00000000..e69de29b From 15111795a42bdaa008a8a65f827ddd9ceb709671 Mon Sep 17 00:00:00 2001 From: Suh-Edmond Date: Thu, 30 Jan 2025 16:24:36 +0100 Subject: [PATCH 2/7] update python version --- .idea/.gitignore | 0 .idea/dockerapp.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/workspace.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ Dockerfile | 2 +- 7 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/dockerapp.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/.idea/dockerapp.iml b/.idea/dockerapp.iml new file mode 100644 index 00000000..d6ebd480 --- /dev/null +++ b/.idea/dockerapp.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..639900d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..4e4e629f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..e4fb8b0a --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + 1738249107448 + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bca0015a..9c416a15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.8 RUN pip install Flask==0.11.1 redis==2.10.5 RUN useradd -ms /bin/bash admin USER admin From 71459bba7e0ca21264b526109041915ef33733e5 Mon Sep 17 00:00:00 2001 From: Suh-Edmond Date: Thu, 30 Jan 2025 16:26:48 +0100 Subject: [PATCH 3/7] update compose version --- .circleci/config.yml | 2 +- .idea/workspace.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2440b829..aaa10718 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: name: Install dependencies command: | apk add --no-cache py-pip=9.0.0-r1 - pip install docker-compose==1.15.0 + pip install docker-compose==1.29.2 - run: name: Run tests command: | diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e4fb8b0a..d018b9af 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + From 63ec00e971031b999f57b27233547868cec61db4 Mon Sep 17 00:00:00 2001 From: Suh-Edmond Date: Thu, 30 Jan 2025 16:31:25 +0100 Subject: [PATCH 4/7] update compose version --- .circleci/config.yml | 2 +- .idea/workspace.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aaa10718..d5df8d66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - run: name: Install dependencies command: | - apk add --no-cache py-pip=9.0.0-r1 + apk add --no-cache py-pip=9.0.3-r1 pip install docker-compose==1.29.2 - run: name: Run tests diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d018b9af..0b38022f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,6 @@ - From 209f5507e97d4db4a2e407c286c39946acc24f4a Mon Sep 17 00:00:00 2001 From: Suh-Edmond Date: Thu, 30 Jan 2025 16:34:35 +0100 Subject: [PATCH 5/7] update compose version --- .circleci/config.yml | 4 ++-- .idea/workspace.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5df8d66..f5ddb0ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,8 +10,8 @@ jobs: - run: name: Install dependencies command: | - apk add --no-cache py-pip=9.0.3-r1 - pip install docker-compose==1.29.2 + apk add --no-cache py-pip=9.0.0-r1 + pip install docker-compose - run: name: Run tests command: | diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0b38022f..43f2f43a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -33,7 +33,7 @@