Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"arg": "UPSTREAM_VERSION",
"repo": "AztecProtocol/aztec-packages",
"version": "v4.3.1"
"version": "v5.0.0"
}
]
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sequencer/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down