chore(docker)(deps): bump python from 3.11-slim to 3.12-slim

Bumps python from 3.11-slim to 3.12-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-24 21:08:45 +00:00 committed by GitHub
parent 3b316e17d7
commit df3a4616a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:3.12-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>" LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://github.com/luketainton/webexmemebot" LABEL org.opencontainers.image.source="https://github.com/luketainton/webexmemebot"
USER root USER root