Skip to content

Commit

Permalink
Use root user by default in Docker image
Browse files Browse the repository at this point in the history
Closes #233
  • Loading branch information
oschwald committed May 8, 2023
1 parent 30b4c30 commit 002f850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 5.1.1 (2023-05-08)

* Based on feedback, the change to use a non-root user in 5.1.0
when using the Docker image has been reverted. There are no
non-Docker changes in this release. See GitHub #233.

## 5.1.0 (2023-05-05)

* Fixed the Docker health-check script to use the correct time of
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ COPY docker/healthcheck.sh /usr/bin/healthcheck.sh

ENTRYPOINT ["/usr/bin/entry.sh"]
HEALTHCHECK --interval=10s --timeout=10s CMD [ "/usr/bin/healthcheck.sh" ]
USER geoipupdate
VOLUME [ "/usr/share/GeoIP" ]
WORKDIR /var/lib/geoipupdate

0 comments on commit 002f850

Please sign in to comment.