Skip to content

Commit

Permalink
Mailchimp Downgrade (#323)
Browse files Browse the repository at this point in the history
* upgrading mixpanel to 3.4.1

* Upgrading mailchimp to 2.0.10

* Rollback Mixpanel upgrade, should not be part of commit

* Bumping version

* Downgrade to 0.8.0
  • Loading branch information
jonwihl authored Sep 9, 2024
1 parent 16494b5 commit 406f909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-mailchimp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG AIRBYTE_TO_FLOW_TAG="dev"
FROM ghcr.io/estuary/airbyte-to-flow:$AIRBYTE_TO_FLOW_TAG as airbyte-to-flow

FROM airbyte/source-mailchimp:2.0.19
FROM airbyte/source-mailchimp:0.8.0

COPY --from=airbyte-to-flow /airbyte-to-flow ./
ENTRYPOINT ["/airbyte/integration_code/airbyte-to-flow", "--connector-entrypoint", "python /airbyte/integration_code/main.py"]
Expand All @@ -11,7 +11,7 @@ COPY spec.patch.json ./
COPY oauth2.patch.json ./
COPY streams/* ./streams/

LABEL io.airbyte.version=v2
LABEL io.airbyte.version=v3
LABEL io.airbyte.name=airbyte/source-mailchimp
LABEL FLOW_RUNTIME_PROTOCOL=capture
LABEL CONNECTOR_PROTOCOL=flow-capture
Expand Down

0 comments on commit 406f909

Please sign in to comment.