Skip to content

Commit

Permalink
fix: update to latest node image
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Jan 23, 2024
1 parent 93839cb commit 4a79c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.dev.stacks-blockchain.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: '3.7'
services:
stacks-blockchain:
image: "hirosystems/stacks-api-e2e:stacks3.0-800259e"
image: 'hirosystems/stacks-api-e2e:stacks3.0-e6330cf'
restart: on-failure
environment:
STACKS_EVENT_OBSERVER: host.docker.internal:3700
BLOCKSTACK_USE_TEST_GENESIS_CHAINSTATE: 1
NOP_BLOCKSTACK_DEBUG: 1
ports:
- "20443:20443"
- "20444:20444"
- '20443:20443'
- '20444:20444'
volumes:
- ../stacks-blockchain/:/app/config
- ../stacks-blockchain/.chaindata:/tmp/stacks-blockchain-data
extra_hosts:
- "host.docker.internal:host-gateway" # fixes `host.docker.internal` on linux hosts
- 'host.docker.internal:host-gateway' # fixes `host.docker.internal` on linux hosts
2 changes: 1 addition & 1 deletion stacks-blockchain/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pointed to stacks-blockchain `2.1.0.0.0` git tag
FROM --platform=linux/amd64 hirosystems/stacks-api-e2e:stacks3.0-800259e as build
FROM --platform=linux/amd64 hirosystems/stacks-api-e2e:stacks3.0-e6330cf as build

FROM --platform=linux/amd64 debian:bookworm

Expand Down

0 comments on commit 4a79c5f

Please sign in to comment.