Skip to content

Commit

Permalink
Merge pull request #107 from dappnode/fix/106_update_frontend_fix_bac…
Browse files Browse the repository at this point in the history
…kend

Fix/106 update frontend fix backend
  • Loading branch information
mgarciate authored Sep 2, 2023
2 parents 45f80a5 + aaf124f commit 0004b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
context: explorer-backend
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
- "no-new-privileges:true"
environment:
- EXPLORER_HOST=0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion explorer-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alephium/explorer:1.7.4
FROM alephium/explorer:1.7.6

ADD entrypoint.sh /usr/local/bin/entrypoint.sh

Expand Down

0 comments on commit 0004b43

Please sign in to comment.