We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74d05c commit 057b54aCopy full SHA for 057b54a
1 file changed
Dockerfile
@@ -189,7 +189,7 @@ RUN pip3 install awscli==1.27.126
189
RUN pip3 install snakemake==7.25.2
190
# Google Cloud Storage package is required for Snakemake to fetch remote files
191
# from Google Storage URIs.
192
-RUN pip3 install google-cloud-storage==2.7.0
+RUN pip3 install google-cloud-storage==2.8.0
193
194
# Install epiweeks (for ncov)
195
RUN pip3 install epiweeks==2.1.2
0 commit comments