Merge pull request 'Update python Docker tag to v3.12' (#12) from renovate/python-3.x into main
Some checks failed
renovate / renovate (push) Has been cancelled

Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
2024-04-07 17:35:27 +00:00

View File

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