From ee4b12c4ef8ebfa93d2e500ea2724d52d66bd48e Mon Sep 17 00:00:00 2001 From: wild-endeavor Date: Wed, 28 Apr 2021 17:04:28 -0700 Subject: [PATCH] bump Signed-off-by: wild-endeavor --- flytekit/extras/external_container_sqlite3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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