Skip to content

Commit 13ff142

Browse files
committed
Dockerfile fixes
1 parent 068a552 commit 13ff142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This wraps the cellprofiler docker registry
66
#
77

8-
FROM cellprofiler/cellprofiler:2.3.1
8+
FROM cellprofiler/cellprofiler:3.1.5
99

1010
# Install S3FS
1111

@@ -40,7 +40,7 @@ RUN \
4040
# Install boto3
4141

4242
RUN \
43-
pip install boto3
43+
pip install -U boto3
4444

4545
# Install watchtower for logging
4646

0 commit comments

Comments
 (0)