feat: Update python version in docker
All checks were successful
Build Docker / BuildImage (push) Successful in 2m38s

This commit is contained in:
2025-10-26 20:47:01 +11:00
parent a8b2c02164
commit 2979d3c4de

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
FROM --platform=$BUILDPLATFORM python:3.13-alpine AS builder
RUN apk add curl
WORKDIR /app