From 71614abba4cf350d72a18497b23183d239a59ac2 Mon Sep 17 00:00:00 2001 From: weiqi-tori Date: Wed, 3 Jul 2024 18:40:46 +0800 Subject: [PATCH] update package version --- ocn_007_coral_bleaching_monitoring/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ocn_007_coral_bleaching_monitoring/Dockerfile b/ocn_007_coral_bleaching_monitoring/Dockerfile index 9c3440b3..317413b2 100644 --- a/ocn_007_coral_bleaching_monitoring/Dockerfile +++ b/ocn_007_coral_bleaching_monitoring/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.7 +FROM python:3.9 LABEL maintainer="Taufiq Rashid " #Note this script was originally developed by Taufiq Rashid @@ -9,9 +9,9 @@ RUN pip install -U pip # install application libraries RUN apt-get install -y gdal-bin libgdal-dev RUN pip install oauth2client==4.1.3 -RUN pip install google-api-python-client==1.12.8 +RUN pip install google-api-python-client==2.135.0 RUN pip install -e git+https://github.com/resource-watch/eeUtil#egg=eeUtil -RUN pip install requests==2.22.0 +RUN pip install requests==2.32.3 RUN pip install numpy==1.26.4 RUN pip install Cython==0.29.15 RUN pip install GDAL==2.4.2