From 5f15cf99dd50f2bf2b6bbedd89aff4a24a3ea3d3 Mon Sep 17 00:00:00 2001 From: Philip Kozeny Date: Fri, 17 Nov 2023 17:42:09 +0100 Subject: [PATCH] Update Nominatim version to 4.2.4 --- 4.2/Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4.2/Dockerfile b/4.2/Dockerfile index 354bd806..3760098a 100644 --- a/4.2/Dockerfile +++ b/4.2/Dockerfile @@ -72,7 +72,7 @@ RUN true \ RUN pip3 install osmium # Nominatim install. -ENV NOMINATIM_VERSION=4.2.3 +ENV NOMINATIM_VERSION=4.2.4 ARG USER_AGENT=mediagis/nominatim-docker:${NOMINATIM_VERSION} RUN true \ @@ -137,7 +137,7 @@ ENV NOMINATIM_PASSWORD=qaIACxO6wMR3 ENV PROJECT_DIR=/nominatim # i cannot figure out a way to remove this duplication, if anyone knows, please get in touch -ENV USER_AGENT=mediagis/nominatim-docker:4.2.3 +ENV USER_AGENT=mediagis/nominatim-docker:4.2.4 WORKDIR /app diff --git a/README.md b/README.md index 9a9795ca..d8644a93 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See relevant installation and usage instructions for each version in the ```