Skip to content

Commit

Permalink
Merge pull request #23 from peter-evans/update-nominatim
Browse files Browse the repository at this point in the history
Update nominatim
  • Loading branch information
peter-evans authored Jun 13, 2020
2 parents da2e9f9 + 88448fa commit 654a14c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG nominatim_version=3.4.2
ARG nominatim_version=3.5.0

FROM ubuntu:xenial as builder

Expand Down Expand Up @@ -75,6 +75,8 @@ RUN apt-get -y update \
php-pear \
php-db \
php-intl \
python3-dev \
python3-psycopg2 \
curl \
ca-certificates \
sudo \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Docker image for [Nominatim](https://github.com/openstreetmap/Nominatim), an ope

## Supported tags and respective `Dockerfile` links

- [`1.5.2`, `1.5`, `latest`, `1.5.2-nominatim3.4.2`, `1.5-nominatim3.4.2`, `latest-nominatim3.4.2` (*1.5/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v1.5.2)
- [`1.6.0`, `1.6`, `latest`, `1.6.0-nominatim3.5.0`, `1.6-nominatim3.5.0`, `latest-nominatim3.5.0` (*1.6/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v1.6.0)
- [`1.5.2`, `1.5`, `1.5.2-nominatim3.4.2`, `1.5-nominatim3.4.2`, `latest-nominatim3.4.2` (*1.5/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v1.5.2)
- [`1.5.1`, (*1.5/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v1.5.1)
- [`1.4.0`, `1.4` (*1.4/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v1.4.0)
- [`1.4.0-trusty`, `1.4-trusty`, `trusty` (*1.4/trusty/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v1.4.0/trusty)
Expand Down

0 comments on commit 654a14c

Please sign in to comment.