Bump python from 3.11-alpine3.21 to 3.13-alpine3.21

Bumps python from 3.11-alpine3.21 to 3.13-alpine3.21.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-30 09:12:47 +00:00
committed by GitHub
parent c8b9fe157b
commit e637e514b2

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.11-alpine3.21 AS base
FROM python:3.13-alpine3.21 AS base
FROM base AS compiler