Skip to content

Commit b7a3c64

Browse files
authored
fix version at m1 and m2 (#288)
1 parent 6e5b295 commit b7a3c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/besu/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ x-tessera-def:
2626
build:
2727
context: config/tessera
2828
args:
29-
TESSERA_VERSION: ${TESSERA_VERSION:-latest}
29+
TESSERA_VERSION: 22.10.1
3030
environment:
3131
TESSERA_MODE: orion
3232
expose:
@@ -787,6 +787,7 @@ volumes:
787787
networks:
788788
quorum-dev-quickstart:
789789
name: quorum-dev-quickstart
790+
external: true
790791
driver: bridge
791792
ipam:
792793
config:

0 commit comments

Comments
 (0)