diff --git a/dappnode_package.json b/dappnode_package.json index 4d15a6b..4abe216 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -50,7 +50,7 @@ { "arg": "UPSTREAM_VERSION", "repo": "AztecProtocol/aztec-packages", - "version": "v4.3.1" + "version": "v5.0.0" } ] } diff --git a/docker-compose.yml b/docker-compose.yml index 768ea0c..35fbd90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: sequencer args: - UPSTREAM_VERSION: v4.3.1 + UPSTREAM_VERSION: v5.0.0 DATA_DIRECTORY: /data volumes: - sequencer-data:/data diff --git a/sequencer/entrypoint.sh b/sequencer/entrypoint.sh index 2c251a1..e3232a6 100644 --- a/sequencer/entrypoint.sh +++ b/sequencer/entrypoint.sh @@ -18,7 +18,7 @@ FLAGS=( ) # — Append fixed mode flags -FLAGS+=(--archiver --node --sequencer) +FLAGS+=(--node --sequencer) # — Append any extra options provided by the user in EXTRA_OPTS # If EXTRA_OPTS is set, split it the same way the shell would and append