diff --git a/Dockerfile b/Dockerfile index ce345fa7..4aed50b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -189,7 +189,7 @@ RUN pip3 install awscli==1.27.126 RUN pip3 install snakemake==7.25.2 # Google Cloud Storage package is required for Snakemake to fetch remote files # from Google Storage URIs. -RUN pip3 install google-cloud-storage==2.7.0 +RUN pip3 install google-cloud-storage==2.8.0 # Install epiweeks (for ncov) RUN pip3 install epiweeks==2.1.2