From cfb510d3314dad61e0234f1ebe94769736a99a9a Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 29 Dec 2019 12:48:50 +0900 Subject: [PATCH] Update Nominatim to version 3.4.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e100cbe..0a6d61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM peterevans/xenial-gcloud:1.2.23 as builder -ENV NOMINATIM_VERSION 3.4.0 +ENV NOMINATIM_VERSION 3.4.1 # Let the container know that there is no TTY ARG DEBIAN_FRONTEND=noninteractive diff --git a/README.md b/README.md index 3336e1e..379f5b7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Docker image and sample Kubernetes configuration files are one solution to ## Supported tags and respective `Dockerfile` links -- [`2.5.0`, `2.5`, `latest` (*2.5/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/v2.5.0) +- [`2.5.1`, `2.5`, `latest` (*2.5/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/v2.5.1) - [`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) - [`2.2.0`, `2.2` (*2.2/Dockerfile*)](https://github.com/peter-evans/nominatim-k8s/tree/v2.2.0)