Skip to content

Commit

Permalink
Merge pull request #503 from philipkozeny/4.3.2-upgrade
Browse files Browse the repository at this point in the history
Update Nominatim version to 4.3.2
  • Loading branch information
philipkozeny authored Nov 17, 2023
2 parents 5f15cf9 + 314c4d2 commit a8fff59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 4.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN true \
RUN pip3 install osmium

# Nominatim install.
ENV NOMINATIM_VERSION=4.3.1
ENV NOMINATIM_VERSION=4.3.2
ARG USER_AGENT=mediagis/nominatim-docker:${NOMINATIM_VERSION}

RUN true \
Expand Down Expand Up @@ -141,7 +141,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.3.1
ENV USER_AGENT=mediagis/nominatim-docker:4.3.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.3.2`, `4.3`](https://github.com/mediagis/nominatim-docker/tree/master/4.3)
- [`4.2.4`, `4.2`](https://github.com/mediagis/nominatim-docker/tree/master/4.2)

# Deprecated Nominatim versions #
Expand Down

0 comments on commit a8fff59

Please sign in to comment.