Skip to content

Commit

Permalink
Revert "upgrading Mixpanel to 0.1.36 (#312)" (#314)
Browse files Browse the repository at this point in the history
This reverts commit 35bf5c6.
  • Loading branch information
jonwihl authored Jul 23, 2024
1 parent 34f8e08 commit 14e303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mixpanel/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-mixpanel:0.1.36
FROM airbyte/source-mixpanel:0.1.31

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 14e303e

Please sign in to comment.