Skip to content

Commit

Permalink
Merge pull request #149 from dappnode/jean/update-node-admin-version
Browse files Browse the repository at this point in the history
Update Node Admin to 2.1.6
  • Loading branch information
jeandemeusy authored Aug 27, 2024
2 parents f6b5c7a + c89b797 commit bc3f9c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
build:
context: ./hopr-admin
image: >-
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.4
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.6
ports:
- "3000:80"
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions hopr-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:stable
FROM europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.6

ENTRYPOINT ["nginx", "-g", "daemon off;"]
ENTRYPOINT ["nginx", "-g", "daemon off;"]
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.

0 comments on commit bc3f9c1

Please sign in to comment.