Skip to content

Commit

Permalink
fix version of airbyte-cdk in Dockerfile pip install (#34941)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Feb 7, 2024
1 parent 3f47526 commit f281672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
&& apk --no-cache add tzdata build-base

# install airbyte-cdk
RUN pip install --prefix=/install airbyte-cdk==0.58.5
RUN pip install --prefix=/install airbyte-cdk==0.61.0

# build a clean environment
FROM base
Expand Down

0 comments on commit f281672

Please sign in to comment.