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-07-20 14:50:12 +00:00
committed by Octavia Squidington III
parent 77f147cef9
commit 62ca5b82ea
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.47.0
RUN pip install --prefix=/install airbyte-cdk==0.47.1
# 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.47.0
LABEL io.airbyte.version=0.47.1
LABEL io.airbyte.name=airbyte/source-declarative-manifest