We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3615f48 commit 03bb049Copy full SHA for 03bb049
airbyte-integrations/connectors/source-instagram/Dockerfile
@@ -1,7 +1,7 @@
1
ARG AIRBYTE_TO_FLOW_TAG="dev"
2
FROM ghcr.io/estuary/airbyte-to-flow:$AIRBYTE_TO_FLOW_TAG as airbyte-to-flow
3
4
-FROM airbyte/source-instagram:1.0.5
+FROM airbyte/source-instagram:3.1.8
5
6
COPY --from=airbyte-to-flow /airbyte-to-flow ./
7
ENTRYPOINT ["/airbyte/integration_code/airbyte-to-flow", "--connector-entrypoint", "python /airbyte/integration_code/main.py"]
0 commit comments