Skip to content

Commit 057b54a

Browse files
Update google-cloud-storage to v2.8.0
1 parent c74d05c commit 057b54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ RUN pip3 install awscli==1.27.126
189189
RUN pip3 install snakemake==7.25.2
190190
# Google Cloud Storage package is required for Snakemake to fetch remote files
191191
# from Google Storage URIs.
192-
RUN pip3 install google-cloud-storage==2.7.0
192+
RUN pip3 install google-cloud-storage==2.8.0
193193

194194
# Install epiweeks (for ncov)
195195
RUN pip3 install epiweeks==2.1.2

0 commit comments

Comments
 (0)