Merge pull request #1025 from stakater/renovate/python-3.x

chore(deps): update python docker tag to v3.14
This commit is contained in:
Muhammad Safwan Karim
2025-11-04 14:49:04 +05:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM python:3.13-alpine as builder
FROM python:3.14-alpine as builder
# set workdir
RUN mkdir -p $HOME/application