diff --git a/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile b/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile index 55d96c315d18..4a255fc9d125 100644 --- a/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile +++ b/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile @@ -31,5 +31,5 @@ COPY source_kobotoolbox ./source_kobotoolbox ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.2.0 -LABEL io.airbyte.name=airbyte/source-kobotoolbox +LABEL io.airbyte.version=0.1.0 +LABEL io.airbyte.name=tech4dev/source-kobotoolbox