Skip to content

Commit

Permalink
upgrade ndc-rest v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Aug 6, 2024
1 parent 3d9e81a commit 9c1d921
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/hasura/ndc-rest:v0.2.1
FROM ghcr.io/hasura/ndc-rest:v0.2.2

COPY ./config /etc/connector
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NDC_REST_VERSION ?= v0.2.1
NDC_REST_VERSION ?= v0.2.2
UID ?= $(shell id -u)
GID ?= $(shell id -g)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The connector serves the HTTP service at `http://localhost:8080` and connect to
### Update dependencies

```sh
NDC_REST_VERSION=\<version\> make update-deps
NDC_REST_VERSION=<version> make update-deps
```

### Update schema
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

ROOT="$(pwd)"
NDC_TEST_VERSION=v0.1.3
NDC_TEST_VERSION=v0.1.5

http_wait() {
printf "$1:\t "
Expand Down

0 comments on commit 9c1d921

Please sign in to comment.