Skip to content

Commit f249ae7

Browse files
authored
build: update stacks-blockchain image (#1349)
* build: update stacks-blockchain image * build: updated staacks blockchain image version in other places Co-authored-by: Nick Barnett <[email protected]>
1 parent 08887ac commit f249ae7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM blockstack/stacks-blockchain:2.05.0.3.0-stretch as corenode
1+
FROM blockstack/stacks-blockchain:2.05.0.4.0 as corenode
22

33
FROM gitpod/workspace-postgres
44

docker/stx-rosetta.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG STACKS_API_VERSION=v0.71.2
2-
ARG STACKS_NODE_VERSION=2.05.0.3.0
2+
ARG STACKS_NODE_VERSION=2.05.0.4.0
33
ARG STACKS_API_REPO=blockstack/stacks-blockchain-api
44
ARG STACKS_NODE_REPO=blockstack/stacks-blockchain
55
ARG PG_VERSION=12

stacks-blockchain/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM blockstack/stacks-blockchain:2.05.0.3.0-stretch as build
1+
FROM blockstack/stacks-blockchain:2.05.0.4.0 as build
22

33
FROM debian:stretch
44

0 commit comments

Comments
 (0)