Update python Docker tag to v3.11.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-04-06 01:07:26 +00:00
parent 52c3172dc5
commit 0fc7018cab
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -1,4 +1,4 @@
FROM amd64/python:3.11.2-alpine3.16
FROM amd64/python:3.11.3-alpine3.16
RUN apk add --no-cache git
WORKDIR ./
ARG PUID=1000