Skip to content

Commit

Permalink
prepare to release v0.1.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 authored Jun 5, 2024
1 parent a23555f commit f67b2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connector-definition/.hasura-connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Node.js 20 as the base image
FROM ghcr.io/hasura/ndc-azure-cosmos:v0.1.1
FROM ghcr.io/hasura/ndc-azure-cosmos:v0.1.2

WORKDIR /app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ supportedEnvironmentVariables:
description: Maximum number of rows to fetch per container to infer the schema of the container.
default: "100"
commands:
update: docker run --rm -e AZURE_COSMOS_KEY="$AZURE_COSMOS_KEY" -e AZURE_COSMOS_DB_NAME="$AZURE_COSMOS_DB_NAME" -e AZURE_COSMOS_ENDPOINT="$AZURE_COSMOS_ENDPOINT" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-azure-cosmos:v0.1.1 update
update: docker run --rm -e AZURE_COSMOS_KEY="$AZURE_COSMOS_KEY" -e AZURE_COSMOS_DB_NAME="$AZURE_COSMOS_DB_NAME" -e AZURE_COSMOS_ENDPOINT="$AZURE_COSMOS_ENDPOINT" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-azure-cosmos:v0.1.2 update

0 comments on commit f67b2f8

Please sign in to comment.