diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b8b3d1c..1e070b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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. diff --git a/dappnode_package.json b/dappnode_package.json index d9dddc3..f648def 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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", diff --git a/docker-compose.yml b/docker-compose.yml index 74f19dc..8e39551 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: