diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-08 08:04:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-08 08:04:01 +0000 |
| commit | 301ae04a3b364f3862cfbc03feb38c0b755bc60c (patch) | |
| tree | e90d248cadcf501d3f99e5f34d9fc191abefe299 /Dockerfile | |
| parent | Merge pull request #1 from Fuwn/renovate/configure (diff) | |
| download | machinis-renovate/python-3.x.tar.xz machinis-renovate/python-3.x.zip | |
chore(deps): update python docker tag to v3.14renovate/python-3.x
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.14 ENV PYTHONDONTWRITEBYTECODE 1 \ PYTHONUNBUFFERED 1 \ |