Skip to content

Commit

Permalink
New version of node: 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 18, 2023
1 parent 9eed9a8 commit cec3ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV HOME /bitcoinsv
# Set environment variables
ENV USER_ID 1000
ENV GROUP_ID 1000
ENV BSV_VERSION=1.0.15.1
ENV BSV_VERSION=1.0.16

# Update all operating system dependencies
RUN groupadd -g ${GROUP_ID} bitcoinsv \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![last commit](https://img.shields.io/github/last-commit/mrz1836/docker-bitcoinsv.svg?style=flat&v=1)](https://github.com/mrz1836/docker-bitcoinsv/commits/master)
[![version](https://img.shields.io/github/release-pre/mrz1836/docker-bitcoinsv.svg?style=flat&v=1)](https://github.com/mrz1836/docker-bitcoinsv/releases)
[![BSV Version](https://img.shields.io/badge/BSV-1.0.15.1-blue.svg?v=1)](https://download.bitcoinsv.io/bitcoinsv/1.0.15.1/)
[![BSV Version](https://img.shields.io/badge/BSV-1.0.16-blue.svg?v=1)](https://download.bitcoinsv.io/bitcoinsv/1.0.16/)
[![Docker Version](https://img.shields.io/badge/Docker-18.0.xx-blue.svg?v=1)](https://docs.docker.com/release-notes/)
[![Sponsor](https://img.shields.io/badge/sponsor-MrZ1836-181717.svg?logo=github&style=flat&v=1)](https://github.com/sponsors/Mrz1836)

Expand Down Expand Up @@ -45,7 +45,7 @@ cd ~/docker-bitcoinsv
```

**1) Create a bsvd-data volume** to persist the bsvd blockchain data, should exit immediately.
The bsvd-data container will store the blockchain when the node container is recreated (software upgrade, reboot, etc):
The bsvd-data container will store the blockchain when the node container is recreated (software upgrade, reboot, etc.):
```shell script
docker volume create --name=bsvd-data
```
Expand Down

0 comments on commit cec3ad6

Please sign in to comment.