1 Commits

Author SHA1 Message Date
dependabot[bot]
6cb0b8a548 Bump python from 3.11-slim to 3.14-slim (#1)
Bumps python from 3.11-slim to 3.14-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-11 07:44:09 +00:00

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.11-slim
FROM python:3.14-slim
WORKDIR /app