Skip to content

Commit

Permalink
Change version in readme from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Browning committed Mar 2, 2021
1 parent 7a4331f commit 4b26869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,7 +8,7 @@ An implementation of [Rosetta 1.4.4] for [Cardano].
### [From anywhere]

```console
docker build -t cardano-rosetta:1.0.0 https://github.com/input-output-hk/cardano-rosetta.git#1.0.0
docker build -t cardano-rosetta:1.1.0 https://github.com/input-output-hk/cardano-rosetta.git#1.1.0
```
### With local source code
```
Expand All @@ -28,8 +28,8 @@ export DOCKER_BUILDKIT=1
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--cache-from=inputoutput/cardano-rosetta:master \
-t cardano-rosetta:1.0.0 \
https://github.com/input-output-hk/cardano-rosetta.git#1.0.0
-t cardano-rosetta:1.1.0 \
https://github.com/input-output-hk/cardano-rosetta.git#1.1.0
```

## Run
Expand All @@ -44,7 +44,7 @@ docker run \
-p 8080:8080 \
-v cardano-rosetta:/data \
--shm-size=2g \
cardano-rosetta:1.0.0
cardano-rosetta:1.1.0
```
### Configuration

Expand Down

0 comments on commit 4b26869

Please sign in to comment.