Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Update README.md to point to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Dec 12, 2018
1 parent cb04395 commit 3b9823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ baked-in data for the initial load.
Create a Dockerfile with `hownetworks/whereabouts` as the base image:

```dockerfile
# Instead of :latest use an explicit version such as :v0.3.4 in production
# Instead of :latest use an explicit version such as :v0.4.0 in production
FROM hownetworks/whereabouts:latest
ADD --chown=app:app https://geolite.maxmind.com/download/geoip/database/GeoLite2-City-CSV.zip /data/
CMD /whereabouts -host 0.0.0.0 -init-url file:///data/GeoLite2-City-CSV.zip
Expand Down

0 comments on commit 3b9823e

Please sign in to comment.