Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friday fixes #659

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Friday fixes #659

merged 3 commits into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    5af4692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f79d036 View commit details
    Browse the repository at this point in the history
  3. Add missing f-string identifier to HEALTHCHECK CMD

    This is a fix for a regression that was introduced in
    111c689:
    The whole Dockerfile was created using an f-string, but with that commit it was
    split into multiple strings. However, for the last one, the f-identifier was
    forgotten, which makes the HEALTHCHECK look at the wrong port
    dcermak committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    471da50 View commit details
    Browse the repository at this point in the history