Skip to content

Commit f281672

Browse files
authored
fix version of airbyte-cdk in Dockerfile pip install (#34941)
1 parent 3f47526 commit f281672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-cdk/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
1010
&& apk --no-cache add tzdata build-base
1111

1212
# install airbyte-cdk
13-
RUN pip install --prefix=/install airbyte-cdk==0.58.5
13+
RUN pip install --prefix=/install airbyte-cdk==0.61.0
1414

1515
# build a clean environment
1616
FROM base

0 commit comments

Comments
 (0)