diff --git a/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile b/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile index 7392cca..2f85638 100644 --- a/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile +++ b/daita-app/dataflow-service/compress-download-app/tasks/download/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-bullseye +FROM python:3.11-bullseye WORKDIR /app ADD ./requirements.txt . diff --git a/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile b/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile index 758f81a..2cfb613 100644 --- a/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile +++ b/daita-app/dataflow-service/decompress-upload-app/tasks/decompress/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-bullseye +FROM python:3.11-bullseye RUN apt-get update RUN apt-get install -y \ diff --git a/daita-app/health-check-service/functions/handlers/calculate_health_check/Dockerfile b/daita-app/health-check-service/functions/handlers/calculate_health_check/Dockerfile index 47c1cfc..417d449 100644 --- a/daita-app/health-check-service/functions/handlers/calculate_health_check/Dockerfile +++ b/daita-app/health-check-service/functions/handlers/calculate_health_check/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/python:3.8 +FROM public.ecr.aws/lambda/python:3.10 COPY healthcheck_list.py healthcheck_utils.py registry.py ./ diff --git a/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt b/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt index 11ea67d..c6998df 100644 --- a/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt +++ b/daita-app/health-check-service/functions/handlers/calculate_health_check/requirements.txt @@ -1,7 +1,7 @@ requests numpy -opencv-python==4.5.4.58 -Pillow==9.0.1 -scikit-image==0.18.3 -scipy==1.7.2 -imageio==2.10.4 \ No newline at end of file +opencv-python==4.7.0.72 +Pillow==9.4.0 +scikit-image==0.20.0 +scipy==1.10.1 +imageio==2.26.0 \ No newline at end of file diff --git a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/Dockerfile b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/Dockerfile index 07937d5..2509f66 100644 --- a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/Dockerfile +++ b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/python:3.8 +FROM public.ecr.aws/lambda/python:3.10 COPY preprocessing_list.py preprocessing_utils.py preprocessor.py references.py ./ diff --git a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt index d09f382..fa5e4d9 100644 --- a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt +++ b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt @@ -1,6 +1,6 @@ numpy -Pillow==9.0.1 -scikit-image==0.18.3 -opencv-python==4.5.4.58 -scipy==1.7.2 -imageio==2.10.4 \ No newline at end of file +Pillow==9.4.0 +scikit-image==0.20.0 +opencv-python==4.7.0.72 +scipy==1.10.1 +imageio==2.26.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index dff1d0d..759247f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aws-sam-cli==1.53.0 -awscli==1.25.51 \ No newline at end of file +aws-sam-cli==1.76.0 +awscli==1.27.94 \ No newline at end of file