Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
args:
UPSTREAM_VERSION: >-
2.1.3@sha256:c655d605dcb60858b03681e254510dd827b92a51f1312fa4dbb18b5bc5ef9d89
2.1.4@sha256:3618cdba157242264502bbda72b5a7fedc76d4895bb7d9f5a884a3baa9c625af
ports:
- "3001:3001/tcp"
- "9091:9091/tcp"
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
# The actual image name will be set automatically by the sdk.
# This tag only serves to pull the correct image during build.
image: >-
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.2
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.4
ports:
- "3000:80"
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repository": "https://github.com/dappnode/DAppNodePackage-Hopr",
"private": true,
"devDependencies": {
"@dappnode/dappnodesdk": "^0.3.22"
"@dappnode/dappnodesdk": "^0.3.32"
}
}