Skip to content

Commit 3ae2790

Browse files
authored
upgrade ndc-rest v0.2.1 (#5)
1 parent bb1ee1a commit 3ae2790

File tree

5 files changed

+111
-1487
lines changed

5 files changed

+111
-1487
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/hasura/ndc-rest:v0.2.0
1+
FROM ghcr.io/hasura/ndc-rest:v0.2.1
22

3-
COPY ./config /config
3+
COPY ./config /etc/connector

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
NDC_REST_VERSION ?= v0.2.0
1+
NDC_REST_VERSION ?= v0.2.1
22
UID ?= $(shell id -u)
33
GID ?= $(shell id -g)
44

55
.PHONY: build-schema
66
build-schema:
7-
go install github.com/hasura/ndc-rest-schema@$(NDC_REST_VERSION)
7+
go install github.com/hasura/ndc-rest-schema@latest
88
ndc-rest-schema convert \
99
-c schema/config.yaml \
1010
-o config/schema.json

0 commit comments

Comments
 (0)