Skip to content

Commit

Permalink
update Flywheel CLI to 19.0.4
Browse files Browse the repository at this point in the history
this version fixes bug with fw ingest folder (api_client.py error)
  • Loading branch information
afamiliar committed Aug 14, 2024
1 parent 211d009 commit e105aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image_deid_etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN apt-get update && apt-get install -y libgdcm-tools \
FROM --platform=linux/amd64 debian:bullseye-slim AS flywheel-cli-builder

#ENV FLYWHEEL_VERSION=16.4.0
ENV FLYWHEEL_VERSION=18.1.2
# ENV FLYWHEEL_VERSION=18.1.2
ENV FLYWHEEL_VERSION=19.0.4

RUN mkdir -p /usr/local/src
WORKDIR /usr/local/src
Expand Down

0 comments on commit e105aa4

Please sign in to comment.