chore: update base image to Python 3.12 in Dockerfile (#10358)
This commit is contained in:
parent
08ac36812b
commit
da601f0bef
3 changed files with 19 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# base image
|
||||
FROM python:3.10-slim-bookworm AS base
|
||||
FROM python:3.12-slim-bookworm AS base
|
||||
|
||||
WORKDIR /app/api
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue