diff --git a/CHANGELOG.md b/CHANGELOG.md index c829464..a63e07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.59 2023-11-23 + + ### Added + - Invoice Ninja 5.7.53 + + ## 1.0.58 2023-11-15 ### Added diff --git a/Dockerfile b/Dockerfile index 6fa88ff..00d57e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)" ARG INVOICENINJA_VERSION -ENV INVOICENINJA_VERSION=${INVOICENINJA_VERSION:-"v5.7.51"} \ +ENV INVOICENINJA_VERSION=${INVOICENINJA_VERSION:-"v5.7.53"} \ INVOICENINJA_REPO_URL=https://github.com/invoiceninja/invoiceninja \ NGINX_WEBROOT=/www/html \ NGINX_SITE_ENABLED=invoiceninja \ diff --git a/README.md b/README.md index 04c5bfc..9f78e47 100644 --- a/README.md +++ b/README.md @@ -213,17 +213,17 @@ docker exec -it (whatever your container name is) bash These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community. ### Usage - The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image. -- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support +- [Sponsor me](https://tiredofit.ca/sponsor) for personalized support ### Bugfixes - Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order. ### Feature Requests - Feel free to submit a feature request, however there is no guarantee that it will be added, or at what timeline. -- Consider [sponsoring me](https://github.com/sponsors/tiredofit) regarding development of features. +- [Sponsor me](https://tiredofit.ca/sponsor) regarding development of features. ### Updates - Best effort to track upstream changes, More priority if I am actively using the image in a production environment. -- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases. +- [Sponsor me](https://tiredofit.ca/sponsor) for up to date releases. ## License MIT. See [LICENSE](LICENSE) for more details.