Skip to content

Commit

Permalink
upgrade ndc-rest v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Jun 10, 2024
1 parent bb1ee1a commit 33ef875
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 1,487 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/hasura/ndc-rest:v0.2.0
FROM ghcr.io/hasura/ndc-rest:v0.2.1

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

.PHONY: build-schema
build-schema:
go install github.com/hasura/ndc-rest-schema@$(NDC_REST_VERSION)
go install github.com/hasura/ndc-rest-schema@latest
ndc-rest-schema convert \
-c schema/config.yaml \
-o config/schema.json
Expand Down
Loading

0 comments on commit 33ef875

Please sign in to comment.