docker: build using highest compat python version
This commit is contained in:
parent
234ea0dcdb
commit
fcdac7ffe5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y curl build-essential \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
|
|
|
|||
Loading…
Reference in a new issue