🤖 Bump patch version of Airbyte CDK
This commit is contained in:
committed by
Octavia Squidington III
parent
2e3412d9dd
commit
dd7da58759
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user