chore(deps): update python

This commit is contained in:
renovate[bot]
2025-07-22 00:04:14 +00:00
committed by GitHub
parent 3c348d9bd6
commit 5cdcb2e3c4
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9-alpine AS base
FROM python:3.13-alpine AS base
# Builder
FROM base AS builder