Skip to content

Commit

Permalink
source-airtable: update tag of source image to one that exists
Browse files Browse the repository at this point in the history
  • Loading branch information
psFried committed Nov 15, 2023
1 parent 2c6de4a commit 12329a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-airtable/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-airtable:3.1.0
FROM airbyte/source-airtable:3.0.1

COPY *.json ./
COPY streams/* ./streams/
Expand All @@ -13,4 +13,4 @@ LABEL io.airbyte.version=v1
LABEL io.airbyte.name=airbyte/source-airtable
LABEL FLOW_RUNTIME_PROTOCOL=capture
LABEL CONNECTOR_PROTOCOL=flow-capture
LABEL FLOW_RUNTIME_CODEC=json
LABEL FLOW_RUNTIME_CODEC=json

0 comments on commit 12329a7

Please sign in to comment.