Skip to content

Commit

Permalink
Merge pull request #9 from dappnode/q9
Browse files Browse the repository at this point in the history
release v1.1.1 geth patch
  • Loading branch information
eduadiez authored Aug 30, 2021
2 parents e6dc98f + e9d094b commit 112a913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence,
# They will be requested for review when someone opens a pull request.
* @dapplion @eduadiez @pablomendezroyo @tropicar
* @dapplion @eduadiez @pablomendezroyo @tropicar @q9f

# Order is important; the last matching pattern takes the most precedence. When someone opens a pull request that only
# modifies md files, only md owners and not the global owner(s) will be requested for a review.
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ethereum-classic.dnp.dappnode.eth",
"version": "1.1.0",
"upstreamVersion": "v1.12.0",
"version": "1.1.1",
"upstreamVersion": "v1.12.1",
"shortDescription": "ETC Client by ETC Core",
"description": "Ethereum Classic is a decentralized platform that runs smart contracts: applications that can be run exactly as programmed without any possibility of downtime, censorship, or third party interference. This packages deploys a node for the Ethereum Classic mainnet.",
"type": "library",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.4"
services:
ethereum-classic.dnp.dappnode.eth:
image: "ethereum-classic.dnp.dappnode.eth:1.1.0"
image: "ethereum-classic.dnp.dappnode.eth:1.1.1"
build:
context: ./build
args:
UPSTREAM_VERSION: v1.12.0
UPSTREAM_VERSION: v1.12.1
volumes:
- "geth:/root/.ethereum"
environment:
Expand Down

0 comments on commit 112a913

Please sign in to comment.