diff --git a/Dockerfile b/Dockerfile index 6d4183626..2ecb85ad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,12 +39,13 @@ ARG SUPERCRONIC_SHA1SUM_AMD64="cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b" ARG SUPERCRONIC_VERSION="0.2.29" # update and install dependencies +# hadolint ignore=DL3008 RUN apt-get update && apt-get install -y --no-install-recommends \ - procps=2:3.3.17-5 \ - wget=1.21-1+deb11u1 \ - gettext-base=0.21-4 \ - xdg-user-dirs=0.17-2 \ - jo=1.3-2 \ + procps=2:4.0.2-3 \ + wget \ + gettext-base=0.21-12 \ + xdg-user-dirs=0.18-1 \ + jo=1.9-1 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* diff --git a/docusaurus/docs/guides/automatic-reboots.md b/docusaurus/docs/guides/automatic-reboots.md index 55168a870..dea79de0d 100644 --- a/docusaurus/docs/guides/automatic-reboots.md +++ b/docusaurus/docs/guides/automatic-reboots.md @@ -17,7 +17,7 @@ The example docker run command and docker compose file in [the Quicksetup](https already use the needed policy ::: -Set `AUTO_REBOOT_ENABLED` enable or disable automatic reboots (Default is disabled) +Set `AUTO_REBOOT_ENABLED` to `true` or `false` to enable or disable automatic reboots (Default is disabled) `AUTO_REBOOT_CRON_EXPRESSION` is a cron expression, in a Cron-Expression you define an interval for when to run jobs.