Skip to content

Commit 0ccd381

Browse files
committed
prepare for v0.4.14
1 parent 908f18c commit 0ccd381

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
@@ -54,15 +54,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
5454
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:
5555

5656
```sh
57-
docker pull ghcr.io/interline-io/planetutils:v0.4.13
57+
docker pull ghcr.io/interline-io/planetutils:v0.4.14
5858
```
5959

6060
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.
6161

6262
- Example of using `docker run` with the `data` directory mounted as `/data`:
6363

6464
```sh
65-
docker run --rm -v ${PWD}/data:/data -t ghcr.io/interline-io/planetutils:v0.4.13 <command>
65+
docker run --rm -v ${PWD}/data:/data -t ghcr.io/interline-io/planetutils:v0.4.14 <command>
6666
```
6767

6868
### Using Homebrew on Mac OS

0 commit comments

Comments
 (0)