Skip to content

Commit

Permalink
Downgrade to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwihl committed Sep 9, 2024
1 parent 19f0d7a commit 9d6356b
Showing 1 changed file with 1 addition and 1 deletion.
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 Down

0 comments on commit 9d6356b

Please sign in to comment.