Skip to content

Commit 13e2432

Browse files
committed
upgrade ndc-http v0.10.0
1 parent 452fef4 commit 13e2432

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/hasura/ndc-http:v0.9.1
1+
FROM ghcr.io/hasura/ndc-http:v0.10.0
22

33
COPY ./config /etc/connector

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NDC_HTTP_VERSION ?= v0.9.1
1+
NDC_HTTP_VERSION ?= v0.10.0
22
UID ?= $(shell id -u)
33
GID ?= $(shell id -g)
44

0 commit comments

Comments
 (0)