We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3caf0 commit ba877d4Copy full SHA for ba877d4
1 file changed
airbyte-integrations/connectors/source-amazon-ads/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-amazon-ads:3.0.0
+FROM airbyte/source-amazon-ads:7.3.1
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