Update python Docker tag to v3.11.5

This commit is contained in:
renovate[bot] 2023-08-26 02:38:52 +00:00 committed by GitHub
parent 860930aee4
commit 6452433e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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