We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5abfc commit 53d7b30Copy full SHA for 53d7b30
airbyte-integrations/connectors/source-braze/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-braze:0.1.3
+FROM airbyte/source-braze:0.4.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