Update python Docker tag to v3.11.4 (#4)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-07-22 17:14:24 +01:00
committed by GitHub
parent ffd4d75dbc
commit 73cb7836eb

View File

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