From 41aa5955f4ebfa2e5d8622b820ee00d2b71e3be4 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sun, 19 Nov 2023 20:31:03 -0800 Subject: [PATCH] S6 Overlay 3.1.6.1 --- Dockerfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a0f11e..f39f821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG ZABBIX_VERSION ### Set defaults ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"2.2.0"} \ - S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.6.0"} \ + S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.6.1"} \ YQ_VERSION=${YQ_VERSION:-"v4.35.2"} \ ZABBIX_VERSION=${ZABBIX_VERSION:-"6.4.8"} \ DOAS_VERSION=${DOAS_VERSION:-"v6.8.2"} \ diff --git a/README.md b/README.md index 5a5f5ae..59c3fda 100644 --- a/README.md +++ b/README.md @@ -536,18 +536,18 @@ 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.