Skip to content

Commit 4a79c5f

Browse files
committed
fix: update to latest node image
1 parent 93839cb commit 4a79c5f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
version: '3.7'
22
services:
33
stacks-blockchain:
4-
image: "hirosystems/stacks-api-e2e:stacks3.0-800259e"
4+
image: 'hirosystems/stacks-api-e2e:stacks3.0-e6330cf'
55
restart: on-failure
66
environment:
77
STACKS_EVENT_OBSERVER: host.docker.internal:3700
88
BLOCKSTACK_USE_TEST_GENESIS_CHAINSTATE: 1
99
NOP_BLOCKSTACK_DEBUG: 1
1010
ports:
11-
- "20443:20443"
12-
- "20444:20444"
11+
- '20443:20443'
12+
- '20444:20444'
1313
volumes:
1414
- ../stacks-blockchain/:/app/config
1515
- ../stacks-blockchain/.chaindata:/tmp/stacks-blockchain-data
1616
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

stacks-blockchain/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
FROM --platform=linux/amd64 debian:bookworm
55

0 commit comments

Comments
 (0)