1
0
mirror of synced 2026-01-07 09:05:45 -05:00

🤖 Bump patch version of Airbyte CDK

This commit is contained in:
maxi297
2023-03-14 18:58:59 +00:00
committed by Octavia Squidington III
parent 2e3412d9dd
commit dd7da58759
4 changed files with 7 additions and 4 deletions

View File

@@ -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.30.2
RUN pip install --prefix=/install airbyte-cdk==0.30.3
# build a clean environment
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
# needs to be the same as CDK
LABEL io.airbyte.version=0.30.2
LABEL io.airbyte.version=0.30.3
LABEL io.airbyte.name=airbyte/source-declarative-manifest