1
0
mirror of synced 2026-01-06 06:04:16 -05:00

🤖 Bump patch version of Airbyte CDK

This commit is contained in:
flash1293
2023-06-09 08:50:33 +00:00
committed by Octavia Squidington III
parent 09ae1bafb0
commit 52ee42ccd5
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.40.2
RUN pip install --prefix=/install airbyte-cdk==0.40.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.40.2
LABEL io.airbyte.version=0.40.3
LABEL io.airbyte.name=airbyte/source-declarative-manifest