Skip to content

Commit

Permalink
fix version at m1 and m2 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArDapps authored May 1, 2024
1 parent 6e5b295 commit b7a3c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/besu/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ x-tessera-def:
build:
context: config/tessera
args:
TESSERA_VERSION: ${TESSERA_VERSION:-latest}
TESSERA_VERSION: 22.10.1
environment:
TESSERA_MODE: orion
expose:
Expand Down Expand Up @@ -787,6 +787,7 @@ volumes:
networks:
quorum-dev-quickstart:
name: quorum-dev-quickstart
external: true
driver: bridge
ipam:
config:
Expand Down

0 comments on commit b7a3c64

Please sign in to comment.