Skip to content

Commit d083187

Browse files
committed
update readme for v0.4.10
1 parent 92405c3 commit d083187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
5656
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:
5757

5858
```sh
59-
docker pull interline/planetutils:release-v0.4.9
59+
docker pull interline/planetutils:release-v0.4.10
6060
```
6161

6262
Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files.
6363

6464
- Example of using `docker run` with the `data` directory mounted as `/data`:
6565

6666
```sh
67-
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.9 <command>
67+
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.10 <command>
6868
```
6969

7070
### Using Homebrew on Mac OS

0 commit comments

Comments
 (0)