diff --git a/README.md b/README.md index eafd73c..514beb8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then: ```sh -docker pull interline/planetutils:release-v0.4.9 +docker pull interline/planetutils:release-v0.4.10 ``` 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. @@ -64,7 +64,7 @@ Any of the example commands below can be executed with `docker run`. It may be h - Example of using `docker run` with the `data` directory mounted as `/data`: ```sh -docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.9 +docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.10 ``` ### Using Homebrew on Mac OS