feat: Update python version in docker
All checks were successful
Build Docker / BuildImage (push) Successful in 2m38s
All checks were successful
Build Docker / BuildImage (push) Successful in 2m38s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user