Skip to content

Commit

Permalink
fix: inherit newer zokrates-zexe code
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmMichaelConnor committed Aug 30, 2020
1 parent abc2a59 commit 75d267f
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,4 +1,4 @@
FROM docker.pkg.github.com/eyblockchain/zokrates-zexe/zokrates_zexe:501495380dd2fa54567fd905aefc90619c568ab5 as builder
FROM docker.pkg.github.com/eyblockchain/zokrates-zexe/zokrates_zexe:a6bfd3bf3fa81fc4b4ced9d6b4a998cb240b21fe as builder

# Actual application (for testing purposes)
FROM node:12
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.pkg.github.com/eyblockchain/zokrates-zexe/zokrates_zexe:501495380dd2fa54567fd905aefc90619c568ab5 as builder
FROM docker.pkg.github.com/eyblockchain/zokrates-zexe/zokrates_zexe:a6bfd3bf3fa81fc4b4ced9d6b4a998cb240b21fe as builder

# Actual application (for testing purposes)
FROM node:12
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@eyblockchain/zokrates-zexe.js",
"description": "This is a Node.js wrapper around zokrates-zexe.",
"license": "CC0-1.0",
"version": "0.1.9",
"version": "0.1.10",
"main": "index.js",
"repository": "https://github.com/EYBlockchain/zokrates-zexe.js.git",
"files": [
Expand Down

0 comments on commit 75d267f

Please sign in to comment.