Skip to content

Commit

Permalink
Merge branch 'release-v0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
chzyer committed Sep 11, 2024
2 parents fe2390c + f73fa8c commit 4177f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prover/holesky/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sgx-prover:
image: ghcr.io/automata-network/sgx-prover:avs-v0.4.5
image: ghcr.io/automata-network/sgx-prover:avs-v0.4.7
container_name: sgx-prover-avs-holesky
command: -p ${PORT:-18232}
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion prover/mainnet/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sgx-prover:
image: ghcr.io/automata-network/sgx-prover:avs-v0.4.5
image: ghcr.io/automata-network/sgx-prover:avs-v0.4.7
container_name: sgx-prover-avs-mainnet
command: -p ${PORT:-18232}
privileged: true
Expand Down

0 comments on commit 4177f07

Please sign in to comment.