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

Dockerfile: bump alpine from 3.17 to 3.19 and Python 3.10 to 3.11 #1332

Merged
merged 6 commits into from
Mar 24, 2024

Commits on Mar 23, 2024

  1. Bump alpine version used in Dockerfile

    Brings us to latest alpine, and to a newer python
    yuvipanda committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dd9f6ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    756e7d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    601fa25 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fix unrelated comment

    consideRatio authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    57e4b3f View commit details
    Browse the repository at this point in the history
  2. Use modern ENV syntax in Dockerfile

    The use of `ENV key value` is an old alternative syntax still around for backward compatibility, but may be removed according to https://docs.docker.com/reference/dockerfile/#env.
    consideRatio authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f121a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d3f15 View commit details
    Browse the repository at this point in the history