diff --git a/dappnode_package.json b/dappnode_package.json index bf77c1f..dd668f2 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -47,7 +47,7 @@ "type": "dncore", "upstreamArg": "UPSTREAM_VERSION", "upstreamRepo": "dappnode/dappnode-nexus-sdk", - "upstreamVersion": "v0.1.5", + "upstreamVersion": "v0.1.6", "version": "0.1.0", "warnings": { "onInstall": "Point your apps at http://nexus-proofs.dappnode.private:3301/v1 with your normal Nexus API key. Auto Router and PII masking do not work through Nexus Proofs. If the TEE cannot be verified, requests stop. Keep port 3301 on the internal network." diff --git a/docker-compose.yml b/docker-compose.yml index 8026a20..d7db736 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: context: . dockerfile: Dockerfile args: - UPSTREAM_VERSION: v0.1.5 + UPSTREAM_VERSION: v0.1.6 image: nexus-proofs.dnp.dappnode.eth:0.1.0 container_name: DAppNodeCore-nexus-proofs.dnp.dappnode.eth restart: unless-stopped