Update python Docker tag to v3.11.3 #24

Merged
aaron merged 1 commit from renovate/python-3.x into master 2023-04-06 03:13:09 +02:00
Showing only changes of commit 4a029f3bcd - Show all commits

View file

@ -1,4 +1,4 @@
FROM amd64/python:3.11.2-alpine3.16
FROM amd64/python:3.11.3-alpine3.16
WORKDIR ./
ARG PUID=1000