diff --git a/flytekit/extras/external_container_sqlite3/Dockerfile b/flytekit/extras/external_container_sqlite3/Dockerfile index fdcc7e71f90..d982af53ad1 100644 --- a/flytekit/extras/external_container_sqlite3/Dockerfile +++ b/flytekit/extras/external_container_sqlite3/Dockerfile @@ -4,4 +4,4 @@ ENV FLYTE_INTERNAL_IMAGE=flytecli-sqlite3:v0.1.0 RUN pip install awscli -RUN pip install -U https://github.com/flyteorg/flytekit/archive/437530eec1420db6cf640a95810aaf50a2d0fb71.zip#egg=flytekit +RUN pip install -U https://github.com/flyteorg/flytekit/archive/ceb80db9a09928f64afded5fe9ff46ce7cce03fd.zip#egg=flytekit