Merge pull request 'Update python Docker tag to v3.14' (#292) from renovate/python-3.x into main
Some checks failed
renovate / renovate (push) Failing after 22s

This commit was merged in pull request #292.
This commit is contained in:
2025-11-16 00:42:49 +00:00

View File

@@ -1,5 +1,5 @@
# Using official python runtime base image
FROM python:3.13-slim
FROM python:3.14-slim
# add curl for healthcheck
RUN apt-get update \