Skip to content

Commit 406f909

Browse files
authored
Mailchimp Downgrade (#323)
* 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
1 parent 16494b5 commit 406f909

File tree

1 file changed

+2
-2
lines changed
  • airbyte-integrations/connectors/source-mailchimp

1 file changed

+2
-2
lines changed

Diff for: airbyte-integrations/connectors/source-mailchimp/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG AIRBYTE_TO_FLOW_TAG="dev"
22
FROM ghcr.io/estuary/airbyte-to-flow:$AIRBYTE_TO_FLOW_TAG as airbyte-to-flow
33

4-
FROM airbyte/source-mailchimp:2.0.19
4+
FROM airbyte/source-mailchimp:0.8.0
55

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

14-
LABEL io.airbyte.version=v2
14+
LABEL io.airbyte.version=v3
1515
LABEL io.airbyte.name=airbyte/source-mailchimp
1616
LABEL FLOW_RUNTIME_PROTOCOL=capture
1717
LABEL CONNECTOR_PROTOCOL=flow-capture

0 commit comments

Comments
 (0)