Skip to content

Commit

Permalink
fix: update standalone image
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Oct 27, 2023
1 parent c27ae8b commit 3ecb5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-20.04
services:
rpc:
image: stellar/quickstart:soroban-dev@sha256:2cd55fb75bb0777f0355b14a5426ffc870bb87ff1f9d1ea96d2bdcc58663c5f9
image: stellar/quickstart:soroban-dev@sha256:c1030a6ee75c31ba6807b8feddded2af23789b5f2c9be3ac55a550630a35ef42
ports:
- 8000:8000
env:
ENABLE_LOGS: true
NETWORK: standalone
NETWORK: local
ENABLE_SOROBAN_RPC: true
options: >-
--health-cmd "curl -X POST \"http://localhost:8000/soroban/rpc\""
Expand Down

0 comments on commit 3ecb5cd

Please sign in to comment.