Update python Docker tag to v3.12

This commit is contained in:
Renovate Bot
2024-04-07 17:25:48 +00:00
parent ba18cf232f
commit 4615e45b50

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 \