Skip to content

Commit

Permalink
Merge pull request #29 from peter-evans/update-nominatim
Browse files Browse the repository at this point in the history
Update nominatim to version 3.5.0
  • Loading branch information
peter-evans authored Jun 13, 2020
2 parents f2f0cec + 7f2e6cf commit 4279c84
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 peterevans/xenial-gcloud:1.2.23 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 @@ -8,7 +8,8 @@ This Docker image and sample Kubernetes configuration files are one solution to

## Supported tags and respective `Dockerfile` links

- [`2.5.4`, `2.5`, `latest`, `2.5.4-nominatim3.4.2`, `2.5-nominatim3.4.2`, `latest-nominatim3.4.2` (*2.5/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.5.4)
- [`2.6.0`, `2.6`, `latest`, `2.6.0-nominatim3.5.0`, `2.6-nominatim3.5.0`, `latest-nominatim3.5.0` (*2.6/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.6.0)
- [`2.5.4`, `2.5`, `2.5.4-nominatim3.4.2`, `2.5-nominatim3.4.2`, `latest-nominatim3.4.2` (*2.5/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.5.4)
- [`2.5.3` (*2.5/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/v2.5.3)
- [`2.4.0`, `2.4` (*2.4/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/v2.4.0)
- [`2.3.3`, `2.3` (*2.3/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/v2.3.3)
Expand Down

0 comments on commit 4279c84

Please sign in to comment.