File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 3.7'
2
2
services :
3
3
stacks-blockchain :
4
- image : " hirosystems/stacks-api-e2e:stacks3.0-800259e "
4
+ image : ' hirosystems/stacks-api-e2e:stacks3.0-e6330cf '
5
5
restart : on-failure
6
6
environment :
7
7
STACKS_EVENT_OBSERVER : host.docker.internal:3700
8
8
BLOCKSTACK_USE_TEST_GENESIS_CHAINSTATE : 1
9
9
NOP_BLOCKSTACK_DEBUG : 1
10
10
ports :
11
- - " 20443:20443"
12
- - " 20444:20444"
11
+ - ' 20443:20443'
12
+ - ' 20444:20444'
13
13
volumes :
14
14
- ../stacks-blockchain/:/app/config
15
15
- ../stacks-blockchain/.chaindata:/tmp/stacks-blockchain-data
16
16
extra_hosts :
17
- - " host.docker.internal:host-gateway" # fixes `host.docker.internal` on linux hosts
17
+ - ' host.docker.internal:host-gateway' # fixes `host.docker.internal` on linux hosts
Original file line number Diff line number Diff line change 1
1
# Pointed to stacks-blockchain `2.1.0.0.0` git tag
2
- FROM --platform=linux/amd64 hirosystems/stacks-api-e2e:stacks3.0-800259e as build
2
+ FROM --platform=linux/amd64 hirosystems/stacks-api-e2e:stacks3.0-e6330cf as build
3
3
4
4
FROM --platform=linux/amd64 debian:bookworm
5
5
You can’t perform that action at this time.
0 commit comments