Update python Docker tag to v3.13 #13

Open
flo wants to merge 1 commits from renovate/python-3.x into indeedgeek
Showing only changes of commit 1538ebe8d7 - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
WORKDIR /app
RUN apk add bind git