Skip to content

Commit

Permalink
Update Nominatim version to 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkozeny committed Nov 17, 2023
1 parent e596cde commit 5f15cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 4.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See relevant installation and usage instructions for each version in the ```<ver
# Supported Nominatim versions #

- [`4.3.1`, `4.3`](https://github.com/mediagis/nominatim-docker/tree/master/4.3)
- [`4.2.3`, `4.2`](https://github.com/mediagis/nominatim-docker/tree/master/4.2)
- [`4.2.4`, `4.2`](https://github.com/mediagis/nominatim-docker/tree/master/4.2)

# Deprecated Nominatim versions #

Expand Down

0 comments on commit 5f15cf9

Please sign in to comment.