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

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

---
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-16 17:58:37 +00:00
committed by GitHub
parent 77527ce4d5
commit a93eeaa1cf

View File

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